1- go 1.18
1+ go 1.19
22
33module github.com/cosmos/ibc-go/v5
44
@@ -8,30 +8,31 @@ require (
88 cosmossdk.io/math v1.0.0-beta.3
99 github.com/armon/go-metrics v0.4.1
1010 github.com/confio/ics23/go v0.9.0
11- github.com/cosmos/cosmos-sdk v0.46.7
11+ github.com/cosmos/cosmos-sdk v0.46.12
1212 github.com/gogo/protobuf v1.3.3
1313 github.com/golang/protobuf v1.5.2
1414 github.com/gorilla/mux v1.8.0
1515 github.com/grpc-ecosystem/grpc-gateway v1.16.0
1616 github.com/rakyll/statik v0.1.7
1717 github.com/regen-network/cosmos-proto v0.3.1
1818 github.com/spf13/cast v1.5.0
19- github.com/spf13/cobra v1.6.0
19+ github.com/spf13/cobra v1.6.1
2020 github.com/spf13/viper v1.13.0
2121 github.com/stretchr/testify v1.8.1
22- github.com/tendermint/tendermint v0.34.24
22+ github.com/tendermint/tendermint v0.34.27
2323 github.com/tendermint/tm-db v0.6.7
24- google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a
25- google.golang.org/grpc v1.50.1
24+ google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6
25+ google.golang.org/grpc v1.52.0
2626 google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8
2727 gopkg.in/yaml.v2 v2.4.0
2828)
2929
3030require (
31- cloud.google.com/go v0.102.1 // indirect
32- cloud.google.com/go/compute v1.7.0 // indirect
33- cloud.google.com/go/iam v0.4.0 // indirect
34- cloud.google.com/go/storage v1.22.1 // indirect
31+ cloud.google.com/go v0.105.0 // indirect
32+ cloud.google.com/go/compute v1.12.1 // indirect
33+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
34+ cloud.google.com/go/iam v0.7.0 // indirect
35+ cloud.google.com/go/storage v1.27.0 // indirect
3536 cosmossdk.io/errors v1.0.0-beta.7 // indirect
3637 filippo.io/edwards25519 v1.0.0-rc.1 // indirect
3738 github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
@@ -42,22 +43,24 @@ require (
4243 github.com/beorn7/perks v1.0.1 // indirect
4344 github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
4445 github.com/bgentry/speakeasy v0.1.0 // indirect
45- github.com/btcsuite/btcd v0.22.1 // indirect
46+ github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
4647 github.com/cenkalti/backoff/v4 v4.1.3 // indirect
4748 github.com/cespare/xxhash v1.1.0 // indirect
4849 github.com/cespare/xxhash/v2 v2.1.2 // indirect
4950 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
5051 github.com/cockroachdb/apd/v2 v2.0.2 // indirect
5152 github.com/coinbase/rosetta-sdk-go v0.7.9 // indirect
53+ github.com/cometbft/cometbft-db v0.7.0 // indirect
5254 github.com/cosmos/btcutil v1.0.5 // indirect
5355 github.com/cosmos/cosmos-proto v1.0.0-alpha8 // indirect
5456 github.com/cosmos/go-bip39 v1.0.0 // indirect
5557 github.com/cosmos/gorocksdb v1.2.0 // indirect
56- github.com/cosmos/iavl v0.19.4 // indirect
57- github.com/cosmos/ledger-cosmos-go v0.12.1 // indirect
58+ github.com/cosmos/iavl v0.19.5 // indirect
59+ github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
5860 github.com/creachadair/taskgroup v0.3.2 // indirect
5961 github.com/danieljoos/wincred v1.1.2 // indirect
6062 github.com/davecgh/go-spew v1.1.1 // indirect
63+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
6164 github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
6265 github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
6366 github.com/dgraph-io/ristretto v0.1.0 // indirect
@@ -75,13 +78,12 @@ require (
7578 github.com/golang/glog v1.0.0 // indirect
7679 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7780 github.com/golang/snappy v0.0.4 // indirect
78- github.com/google/btree v1.0.1 // indirect
81+ github.com/google/btree v1.1.2 // indirect
7982 github.com/google/go-cmp v0.5.9 // indirect
8083 github.com/google/orderedcode v0.0.1 // indirect
8184 github.com/google/uuid v1.3.0 // indirect
82- github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
83- github.com/googleapis/gax-go/v2 v2.4.0 // indirect
84- github.com/googleapis/go-type-adapters v1.0.0 // indirect
85+ github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
86+ github.com/googleapis/gax-go/v2 v2.6.0 // indirect
8587 github.com/gorilla/handlers v1.5.1 // indirect
8688 github.com/gorilla/websocket v1.5.0 // indirect
8789 github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
@@ -119,9 +121,9 @@ require (
119121 github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
120122 github.com/pkg/errors v0.9.1 // indirect
121123 github.com/pmezard/go-difflib v1.0.0 // indirect
122- github.com/prometheus/client_golang v1.12.2 // indirect
123- github.com/prometheus/client_model v0.2 .0 // indirect
124- github.com/prometheus/common v0.34 .0 // indirect
124+ github.com/prometheus/client_golang v1.14.0 // indirect
125+ github.com/prometheus/client_model v0.3 .0 // indirect
126+ github.com/prometheus/common v0.37 .0 // indirect
125127 github.com/prometheus/procfs v0.8.0 // indirect
126128 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
127129 github.com/rs/cors v1.8.2 // indirect
@@ -132,28 +134,31 @@ require (
132134 github.com/spf13/pflag v1.0.5 // indirect
133135 github.com/subosito/gotenv v1.4.1 // indirect
134136 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
135- github.com/tendermint/btcd v0.1.1 // indirect
136- github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
137+ github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
137138 github.com/tendermint/go-amino v0.16.0 // indirect
139+ github.com/tidwall/btree v1.5.0 // indirect
138140 github.com/ulikunitz/xz v0.5.8 // indirect
139141 github.com/zondax/hid v0.9.1 // indirect
140- github.com/zondax/ledger-go v0.14.0 // indirect
142+ github.com/zondax/ledger-go v0.14.1 // indirect
141143 go.etcd.io/bbolt v1.3.6 // indirect
142144 go.opencensus.io v0.23.0 // indirect
143- golang.org/x/crypto v0.2 .0 // indirect
145+ golang.org/x/crypto v0.5 .0 // indirect
144146 golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
145- golang.org/x/net v0.2 .0 // indirect
146- golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
147- golang.org/x/sys v0.2 .0 // indirect
148- golang.org/x/term v0.2 .0 // indirect
149- golang.org/x/text v0.4 .0 // indirect
150- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
151- google.golang.org/api v0.93 .0 // indirect
147+ golang.org/x/net v0.7 .0 // indirect
148+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
149+ golang.org/x/sys v0.5 .0 // indirect
150+ golang.org/x/term v0.5 .0 // indirect
151+ golang.org/x/text v0.7 .0 // indirect
152+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
153+ google.golang.org/api v0.102 .0 // indirect
152154 google.golang.org/appengine v1.6.7 // indirect
153155 gopkg.in/ini.v1 v1.67.0 // indirect
154156 gopkg.in/yaml.v3 v3.0.1 // indirect
155157 nhooyr.io/websocket v1.8.6 // indirect
156158 sigs.k8s.io/yaml v1.3.0 // indirect
157159)
158160
159- replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
161+ replace (
162+ github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
163+ github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27
164+ )
0 commit comments