@@ -12,15 +12,18 @@ require (
12
12
github.com/gogo/protobuf v1.3.1
13
13
github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129
14
14
github.com/golang/protobuf v1.4.0 // indirect
15
- github.com/golangci/golangci-lint v1.27.0 // indirect
16
15
github.com/gorilla/mux v1.7.3
17
16
github.com/gorilla/websocket v1.4.2 // indirect
18
17
github.com/gtank/merlin v0.1.1 // indirect
19
18
github.com/hashicorp/golang-lru v0.5.4
20
- github.com/kava-labs/iavl v0.13.3-pinned
21
- github.com/kava-labs/tendermint v0.33.3-stable
22
- github.com/kava-labs/tm-db v0.4.1-stable
19
+ github.com/kava-labs/iavl v0.13.3-release
20
+ github.com/kava-labs/tendermint v0.33.3-release
21
+ github.com/kava-labs/tm-db v0.4.1-release
22
+ github.com/kr/text v0.2.0 // indirect
23
23
github.com/mattn/go-isatty v0.0.12
24
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
25
+ github.com/onsi/ginkgo v1.12.0 // indirect
26
+ github.com/onsi/gomega v1.9.0 // indirect
24
27
github.com/pelletier/go-toml v1.6.0
25
28
github.com/pkg/errors v0.9.1
26
29
github.com/prometheus/client_golang v1.5.1 // indirect
@@ -35,15 +38,16 @@ require (
35
38
github.com/tendermint/btcd v0.1.1
36
39
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
37
40
github.com/tendermint/go-amino v0.15.1
41
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
38
42
gopkg.in/yaml.v2 v2.2.8
39
43
)
40
44
41
45
go 1.13
42
46
43
47
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
44
48
45
- replace github.com/tendermint/tm-db => github.com/kava-labs/tm-db v0.4.1-kava
49
+ replace github.com/tendermint/tm-db => github.com/kava-labs/tm-db v0.4.1-release
46
50
47
- replace github.com/tendermint/tendermint => github.com/kava-labs/tendermint v0.33.3-pinned
51
+ replace github.com/tendermint/tendermint => github.com/kava-labs/tendermint v0.33.3-release
48
52
49
- replace github.com/tendermint/iavl => github.com/kava-labs/iavl v0.13.3-pinned
53
+ replace github.com/tendermint/iavl => github.com/kava-labs/iavl v0.13.3-release
0 commit comments