Skip to content

Commit

Permalink
glide update and rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed Apr 21, 2017
1 parent 34fc383 commit 9d620e4
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 60 deletions.
3 changes: 0 additions & 3 deletions cmd/commands/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import (
"fmt"
"os"
"path"
"regexp"
"strconv"
"strings"

"github.com/pkg/errors"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion cmd/counter/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func init() {

func counterTxCmd(cmd *cobra.Command, args []string) error {

countFee, err := commands.ParseCoins(countFeeFlag)
countFee, err := types.ParseCoins(countFeeFlag)
if err != nil {
return err
}
Expand Down
63 changes: 16 additions & 47 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
package: github.com/tendermint/basecoin
import:
- package: github.com/tendermint/go-common
version: master
version: develop
- package: github.com/tendermint/go-crypto
version: master
version: develop
- package: github.com/tendermint/go-events
version: master
version: develop
- package: github.com/tendermint/go-logger
version: master
version: develop
- package: github.com/tendermint/go-data
version: master
version: develop
- package: github.com/tendermint/go-rpc
version: develop
- package: github.com/tendermint/go-wire
version: master
version: develop
- package: github.com/tendermint/merkleeyes
version: master
version: develop
- package: github.com/tendermint/tendermint
version: viper
version: develop
- package: github.com/tendermint/abci
version: master
version: develop
- package: github.com/gorilla/websocket
version: v1.1.0

0 comments on commit 9d620e4

Please sign in to comment.