Skip to content

Commit 13049ac

Browse files
committed
release
1 parent 659d5d0 commit 13049ac

File tree

2 files changed

+46
-189
lines changed

2 files changed

+46
-189
lines changed

go.mod

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ require (
1212
github.com/gogo/protobuf v1.3.1
1313
github.com/golang/mock v1.3.1-0.20190508161146-9fa652df1129
1414
github.com/golang/protobuf v1.4.0 // indirect
15-
github.com/golangci/golangci-lint v1.27.0 // indirect
1615
github.com/gorilla/mux v1.7.3
1716
github.com/gorilla/websocket v1.4.2 // indirect
1817
github.com/gtank/merlin v0.1.1 // indirect
1918
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
2323
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
2427
github.com/pelletier/go-toml v1.6.0
2528
github.com/pkg/errors v0.9.1
2629
github.com/prometheus/client_golang v1.5.1 // indirect
@@ -35,15 +38,16 @@ require (
3538
github.com/tendermint/btcd v0.1.1
3639
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
3740
github.com/tendermint/go-amino v0.15.1
41+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
3842
gopkg.in/yaml.v2 v2.2.8
3943
)
4044

4145
go 1.13
4246

4347
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
4448

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
4650

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
4852

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

Comments
 (0)