Skip to content

Commit

Permalink
Fix verifier initialization bug in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cl9200 committed Apr 20, 2020
1 parent cd4ae20 commit 7aeecf3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,26 @@ replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-2018082004570

require (
github.com/cosmos/cosmos-sdk v0.34.7
github.com/golang/protobuf v1.3.2 // indirect
github.com/golangci/golangci-lint v1.24.0 // indirect
github.com/gorilla/mux v1.7.0
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/rakyll/statik v0.1.7
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/tendermint/go-amino v0.15.0
github.com/tendermint/tendermint v0.31.12
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20190923162816-aa69164e4478 // indirect
golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)

replace github.com/cosmos/cosmos-sdk => github.com/medibloc/cosmos-sdk v0.35.4
replace github.com/cosmos/cosmos-sdk => github.com/medibloc/cosmos-sdk v0.35.6
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOq
github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw=
github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/medibloc/cosmos-sdk v0.35.4 h1:SgdxkBhNzo2E4gGYSQn29pGvri47KXI/u47IXinivRU=
github.com/medibloc/cosmos-sdk v0.35.4/go.mod h1:o1VYnwY1YmUwQhLr5H7bM8o36Fnc+kwKglyrilIyzqc=
github.com/medibloc/cosmos-sdk v0.35.6 h1:3szjyJLnGbX8lYfrOzgDbN5LpoeUUtrAEAi3lg5S1Ug=
github.com/medibloc/cosmos-sdk v0.35.6/go.mod h1:o1VYnwY1YmUwQhLr5H7bM8o36Fnc+kwKglyrilIyzqc=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b/go.mod h1:r1VsdOzOPt1ZSrGZWFoNhsAedKnEd6r9Np1+5blZCWk=
Expand Down

0 comments on commit 7aeecf3

Please sign in to comment.