Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f93db96

Browse files
faddatmergify[bot]
authored andcommittedJun 22, 2023
barberry (bump SDK v0.47.3) (#3810)
* barberry * sync * add replaces for goleveldb * move back to go 1.19 * move go.work back to go.work.example (cherry picked from commit cf593b7) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/capability/go.mod # modules/capability/go.sum
1 parent 71c6d71 commit f93db96

File tree

6 files changed

+3873
-20
lines changed

6 files changed

+3873
-20
lines changed
 

‎e2e/go.mod

+244
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
module github.com/cosmos/ibc-go/e2e
2+
3+
go 1.19
4+
5+
require (
6+
cosmossdk.io/errors v1.0.0-beta.7
7+
cosmossdk.io/math v1.0.1
8+
github.com/cometbft/cometbft v0.37.1
9+
github.com/cosmos/cosmos-sdk v0.47.3
10+
github.com/cosmos/gogoproto v1.4.10
11+
github.com/cosmos/ibc-go/v7 v7.1.0
12+
github.com/cosmos/interchain-accounts v0.5.1
13+
github.com/docker/docker v20.10.19+incompatible
14+
github.com/strangelove-ventures/interchaintest/v7 v7.0.0-20230503171723-5e55f37618b7
15+
github.com/stretchr/testify v1.8.4
16+
go.uber.org/zap v1.24.0
17+
golang.org/x/mod v0.10.0
18+
google.golang.org/grpc v1.55.0
19+
gopkg.in/yaml.v2 v2.4.0
20+
)
21+
22+
require (
23+
cloud.google.com/go v0.110.0 // indirect
24+
cloud.google.com/go/compute v1.19.0 // indirect
25+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
26+
cloud.google.com/go/iam v0.13.0 // indirect
27+
cloud.google.com/go/storage v1.29.0 // indirect
28+
cosmossdk.io/api v0.3.1 // indirect
29+
cosmossdk.io/core v0.6.0 // indirect
30+
cosmossdk.io/depinject v1.0.0-alpha.3 // indirect
31+
cosmossdk.io/log v1.1.0 // indirect
32+
cosmossdk.io/tools/rosetta v0.2.1 // indirect
33+
filippo.io/edwards25519 v1.0.0 // indirect
34+
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
35+
github.com/99designs/keyring v1.2.2 // indirect
36+
github.com/BurntSushi/toml v1.2.1 // indirect
37+
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect
38+
github.com/ChainSafe/go-schnorrkel/1 v0.0.0-00010101000000-000000000000 // indirect
39+
github.com/ComposableFi/go-subkey/v2 v2.0.0-tm03420 // indirect
40+
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
41+
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
42+
github.com/Microsoft/go-winio v0.6.0 // indirect
43+
github.com/StirlingMarketingGroup/go-namecase v1.0.0 // indirect
44+
github.com/armon/go-metrics v0.4.1 // indirect
45+
github.com/avast/retry-go/v4 v4.3.4 // indirect
46+
github.com/aws/aws-sdk-go v1.44.213 // indirect
47+
github.com/benbjohnson/clock v1.3.0 // indirect
48+
github.com/beorn7/perks v1.0.1 // indirect
49+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
50+
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
51+
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
52+
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
53+
github.com/cespare/xxhash v1.1.0 // indirect
54+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
55+
github.com/chzyer/readline v1.5.1 // indirect
56+
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
57+
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
58+
github.com/cometbft/cometbft-db v0.8.0 // indirect
59+
github.com/confio/ics23/go v0.9.0 // indirect
60+
github.com/cosmos/btcutil v1.0.5 // indirect
61+
github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect
62+
github.com/cosmos/go-bip39 v1.0.0 // indirect
63+
github.com/cosmos/gogogateway v1.2.0 // indirect
64+
github.com/cosmos/iavl v0.20.0 // indirect
65+
github.com/cosmos/ibc-go/modules/capability v1.0.0-rc1 // indirect
66+
github.com/cosmos/ics23/go v0.10.0 // indirect
67+
github.com/cosmos/ledger-cosmos-go v0.13.0 // indirect
68+
github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect
69+
github.com/creachadair/taskgroup v0.5.0 // indirect
70+
github.com/danieljoos/wincred v1.1.2 // indirect
71+
github.com/davecgh/go-spew v1.1.1 // indirect
72+
github.com/deckarep/golang-set v1.8.0 // indirect
73+
github.com/decred/base58 v1.0.4 // indirect
74+
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
75+
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0 // indirect
76+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
77+
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
78+
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
79+
github.com/dgraph-io/ristretto v0.1.1 // indirect
80+
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
81+
github.com/docker/distribution v2.8.1+incompatible // indirect
82+
github.com/docker/go-connections v0.4.0 // indirect
83+
github.com/docker/go-units v0.5.0 // indirect
84+
github.com/dustin/go-humanize v1.0.1 // indirect
85+
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
86+
github.com/ethereum/go-ethereum v1.11.2 // indirect
87+
github.com/felixge/httpsnoop v1.0.3 // indirect
88+
github.com/fsnotify/fsnotify v1.6.0 // indirect
89+
github.com/go-kit/kit v0.12.0 // indirect
90+
github.com/go-kit/log v0.2.1 // indirect
91+
github.com/go-logfmt/logfmt v0.6.0 // indirect
92+
github.com/go-playground/locales v0.14.0 // indirect
93+
github.com/go-stack/stack v1.8.1 // indirect
94+
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
95+
github.com/gogo/googleapis v1.4.1 // indirect
96+
github.com/gogo/protobuf v1.3.3 // indirect
97+
github.com/golang/glog v1.1.0 // indirect
98+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
99+
github.com/golang/mock v1.6.0 // indirect
100+
github.com/golang/protobuf v1.5.3 // indirect
101+
github.com/golang/snappy v0.0.4 // indirect
102+
github.com/google/btree v1.1.2 // indirect
103+
github.com/google/go-cmp v0.5.9 // indirect
104+
github.com/google/orderedcode v0.0.1 // indirect
105+
github.com/google/s2a-go v0.1.3 // indirect
106+
github.com/google/uuid v1.3.0 // indirect
107+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
108+
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
109+
github.com/gorilla/handlers v1.5.1 // indirect
110+
github.com/gorilla/mux v1.8.0 // indirect
111+
github.com/gorilla/websocket v1.5.0 // indirect
112+
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
113+
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
114+
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
115+
github.com/gtank/merlin v0.1.1 // indirect
116+
github.com/gtank/ristretto255 v0.1.2 // indirect
117+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
118+
github.com/hashicorp/go-getter v1.7.1 // indirect
119+
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
120+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
121+
github.com/hashicorp/go-version v1.6.0 // indirect
122+
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
123+
github.com/hashicorp/hcl v1.0.0 // indirect
124+
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
125+
github.com/huandu/skiplist v1.2.0 // indirect
126+
github.com/icza/dyno v0.0.0-20220812133438-f0b6f8a18845 // indirect
127+
github.com/improbable-eng/grpc-web v0.15.0 // indirect
128+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
129+
github.com/ipfs/go-cid v0.3.2 // indirect
130+
github.com/jmespath/go-jmespath v0.4.0 // indirect
131+
github.com/jmhodges/levigo v1.0.0 // indirect
132+
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
133+
github.com/klauspost/compress v1.16.3 // indirect
134+
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
135+
github.com/lib/pq v1.10.7 // indirect
136+
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
137+
github.com/libp2p/go-libp2p v0.26.2 // indirect
138+
github.com/linxGnu/grocksdb v1.7.16 // indirect
139+
github.com/magiconair/properties v1.8.7 // indirect
140+
github.com/manifoldco/promptui v0.9.0 // indirect
141+
github.com/mattn/go-colorable v0.1.13 // indirect
142+
github.com/mattn/go-isatty v0.0.18 // indirect
143+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
144+
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
145+
github.com/minio/highwayhash v1.0.2 // indirect
146+
github.com/minio/sha256-simd v1.0.0 // indirect
147+
github.com/misko9/go-substrate-rpc-client/v4 v4.0.0-20230413215336-5bd2aea337ae // indirect
148+
github.com/mitchellh/go-homedir v1.1.0 // indirect
149+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
150+
github.com/mitchellh/mapstructure v1.5.0 // indirect
151+
github.com/mr-tron/base58 v1.2.0 // indirect
152+
github.com/mtibben/percent v0.2.1 // indirect
153+
github.com/multiformats/go-base32 v0.1.0 // indirect
154+
github.com/multiformats/go-base36 v0.2.0 // indirect
155+
github.com/multiformats/go-multiaddr v0.8.0 // indirect
156+
github.com/multiformats/go-multibase v0.1.1 // indirect
157+
github.com/multiformats/go-multicodec v0.8.1 // indirect
158+
github.com/multiformats/go-multihash v0.2.1 // indirect
159+
github.com/multiformats/go-varint v0.0.7 // indirect
160+
github.com/opencontainers/go-digest v1.0.0 // indirect
161+
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
162+
github.com/pelletier/go-toml v1.9.5 // indirect
163+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
164+
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
165+
github.com/pierrec/xxHash v0.1.5 // indirect
166+
github.com/pkg/errors v0.9.1 // indirect
167+
github.com/pmezard/go-difflib v1.0.0 // indirect
168+
github.com/prometheus/client_golang v1.14.0 // indirect
169+
github.com/prometheus/client_model v0.3.0 // indirect
170+
github.com/prometheus/common v0.42.0 // indirect
171+
github.com/prometheus/procfs v0.9.0 // indirect
172+
github.com/rakyll/statik v0.1.7 // indirect
173+
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
174+
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
175+
github.com/rs/cors v1.8.3 // indirect
176+
github.com/rs/zerolog v1.29.1 // indirect
177+
github.com/sasha-s/go-deadlock v0.3.1 // indirect
178+
github.com/sirupsen/logrus v1.9.0 // indirect
179+
github.com/spaolacci/murmur3 v1.1.0 // indirect
180+
github.com/spf13/afero v1.9.5 // indirect
181+
github.com/spf13/cast v1.5.1 // indirect
182+
github.com/spf13/cobra v1.7.0 // indirect
183+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
184+
github.com/spf13/pflag v1.0.5 // indirect
185+
github.com/spf13/viper v1.16.0 // indirect
186+
github.com/subosito/gotenv v1.4.2 // indirect
187+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
188+
github.com/tendermint/go-amino v0.16.0 // indirect
189+
github.com/tidwall/btree v1.6.0 // indirect
190+
github.com/tyler-smith/go-bip32 v1.0.0 // indirect
191+
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
192+
github.com/ulikunitz/xz v0.5.11 // indirect
193+
github.com/zondax/hid v0.9.1 // indirect
194+
github.com/zondax/ledger-go v0.14.1 // indirect
195+
go.etcd.io/bbolt v1.3.7 // indirect
196+
go.opencensus.io v0.24.0 // indirect
197+
go.uber.org/atomic v1.10.0 // indirect
198+
go.uber.org/multierr v1.9.0 // indirect
199+
golang.org/x/crypto v0.9.0 // indirect
200+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
201+
golang.org/x/net v0.10.0 // indirect
202+
golang.org/x/oauth2 v0.7.0 // indirect
203+
golang.org/x/sync v0.1.0 // indirect
204+
golang.org/x/sys v0.8.0 // indirect
205+
golang.org/x/term v0.8.0 // indirect
206+
golang.org/x/text v0.9.0 // indirect
207+
golang.org/x/tools v0.8.0 // indirect
208+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
209+
google.golang.org/api v0.122.0 // indirect
210+
google.golang.org/appengine v1.6.7 // indirect
211+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
212+
google.golang.org/protobuf v1.30.0 // indirect
213+
gopkg.in/ini.v1 v1.67.0 // indirect
214+
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
215+
gopkg.in/yaml.v3 v3.0.1 // indirect
216+
lukechampine.com/blake3 v1.1.7 // indirect
217+
lukechampine.com/uint128 v1.2.0 // indirect
218+
modernc.org/cc/v3 v3.40.0 // indirect
219+
modernc.org/ccgo/v3 v3.16.13 // indirect
220+
modernc.org/libc v1.22.5 // indirect
221+
modernc.org/mathutil v1.5.0 // indirect
222+
modernc.org/memory v1.5.0 // indirect
223+
modernc.org/opt v0.1.3 // indirect
224+
modernc.org/sqlite v1.22.1 // indirect
225+
modernc.org/strutil v1.1.3 // indirect
226+
modernc.org/token v1.1.0 // indirect
227+
nhooyr.io/websocket v1.8.7 // indirect
228+
pgregory.net/rapid v0.5.5 // indirect
229+
sigs.k8s.io/yaml v1.3.0 // indirect
230+
)
231+
232+
// TODO: using version v1.0.0 causes a build failure. This is the previous version which compiles successfully.
233+
replace (
234+
github.com/ChainSafe/go-schnorrkel => github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
235+
github.com/ChainSafe/go-schnorrkel/1 => github.com/ChainSafe/go-schnorrkel v1.0.0
236+
github.com/vedhavyas/go-subkey => github.com/strangelove-ventures/go-subkey v1.0.7
237+
)
238+
239+
// uncomment to use the local version of ibc-go, you will need to run `go mod tidy` in e2e directory.
240+
replace github.com/cosmos/ibc-go/v7 => ../
241+
242+
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
243+
244+
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

‎e2e/go.sum

+1,754
Large diffs are not rendered by default.

‎go.mod

+38-5
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,33 @@ require (
1414
github.com/cometbft/cometbft v0.37.1
1515
github.com/cometbft/cometbft-db v0.7.0
1616
github.com/cosmos/cosmos-proto v1.0.0-beta.2
17+
<<<<<<< HEAD
1718
github.com/cosmos/cosmos-sdk v0.47.2
1819
github.com/cosmos/gogoproto v1.4.8
20+
=======
21+
github.com/cosmos/cosmos-sdk v0.47.3
22+
github.com/cosmos/gogoproto v1.4.10
23+
github.com/cosmos/ibc-go/modules/capability v1.0.0-rc1
24+
>>>>>>> cf593b7b (barberry (bump SDK v0.47.3) (#3810))
1925
github.com/cosmos/ics23/go v0.10.0
2026
github.com/golang/protobuf v1.5.3
2127
github.com/gorilla/mux v1.8.0
2228
github.com/grpc-ecosystem/grpc-gateway v1.16.0
2329
github.com/rakyll/statik v0.1.7
30+
<<<<<<< HEAD
2431
github.com/spf13/cast v1.5.0
2532
github.com/spf13/cobra v1.6.1
2633
github.com/spf13/viper v1.15.0
2734
github.com/stretchr/testify v1.8.2
2835
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44
2936
google.golang.org/grpc v1.54.0
37+
=======
38+
github.com/spf13/cast v1.5.1
39+
github.com/spf13/cobra v1.7.0
40+
github.com/stretchr/testify v1.8.4
41+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
42+
google.golang.org/grpc v1.55.0
43+
>>>>>>> cf593b7b (barberry (bump SDK v0.47.3) (#3810))
3044
google.golang.org/protobuf v1.30.0
3145
gopkg.in/yaml.v2 v2.4.0
3246
)
@@ -39,6 +53,11 @@ require (
3953
cloud.google.com/go/storage v1.29.0 // indirect
4054
cosmossdk.io/core v0.5.1 // indirect
4155
cosmossdk.io/depinject v1.0.0-alpha.3 // indirect
56+
<<<<<<< HEAD
57+
=======
58+
cosmossdk.io/log v1.1.0 // indirect
59+
cosmossdk.io/tools/rosetta v0.2.1 // indirect
60+
>>>>>>> cf593b7b (barberry (bump SDK v0.47.3) (#3810))
4261
filippo.io/edwards25519 v1.0.0 // indirect
4362
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
4463
github.com/99designs/keyring v1.2.1 // indirect
@@ -109,37 +128,42 @@ require (
109128
github.com/inconshreveable/mousetrap v1.1.0 // indirect
110129
github.com/jmespath/go-jmespath v0.4.0 // indirect
111130
github.com/jmhodges/levigo v1.0.0 // indirect
112-
github.com/json-iterator/go v1.1.12 // indirect
113131
github.com/klauspost/compress v1.16.3 // indirect
114132
github.com/leodido/go-urn v1.2.1 // indirect
115133
github.com/lib/pq v1.10.7 // indirect
116134
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
117135
github.com/magiconair/properties v1.8.7 // indirect
118136
github.com/manifoldco/promptui v0.9.0 // indirect
119-
github.com/mattn/go-isatty v0.0.17 // indirect
137+
github.com/mattn/go-colorable v0.1.13 // indirect
138+
github.com/mattn/go-isatty v0.0.18 // indirect
120139
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
121140
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
122141
github.com/minio/highwayhash v1.0.2 // indirect
123142
github.com/mitchellh/go-homedir v1.1.0 // indirect
124143
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
125144
github.com/mitchellh/mapstructure v1.5.0 // indirect
126-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
127-
github.com/modern-go/reflect2 v1.0.2 // indirect
128145
github.com/mtibben/percent v0.2.1 // indirect
146+
<<<<<<< HEAD
129147
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
130148
github.com/petermattis/goid v0.0.0-20221215004737-a150e88a970d // indirect
149+
=======
150+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
151+
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
152+
>>>>>>> cf593b7b (barberry (bump SDK v0.47.3) (#3810))
131153
github.com/pkg/errors v0.9.1 // indirect
132154
github.com/pmezard/go-difflib v1.0.0 // indirect
133155
github.com/prometheus/client_golang v1.14.0 // indirect
134156
github.com/prometheus/client_model v0.3.0 // indirect
135-
github.com/prometheus/common v0.40.0 // indirect
157+
github.com/prometheus/common v0.42.0 // indirect
136158
github.com/prometheus/procfs v0.9.0 // indirect
137159
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
138160
github.com/rs/cors v1.8.3 // indirect
161+
github.com/rs/zerolog v1.29.1 // indirect
139162
github.com/sasha-s/go-deadlock v0.3.1 // indirect
140163
github.com/spf13/afero v1.9.3 // indirect
141164
github.com/spf13/jwalterweatherman v1.1.0 // indirect
142165
github.com/spf13/pflag v1.0.5 // indirect
166+
github.com/spf13/viper v1.16.0 // indirect
143167
github.com/subosito/gotenv v1.4.2 // indirect
144168
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
145169
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
@@ -151,12 +175,21 @@ require (
151175
github.com/zondax/ledger-go v0.14.1 // indirect
152176
go.etcd.io/bbolt v1.3.7 // indirect
153177
go.opencensus.io v0.24.0 // indirect
178+
<<<<<<< HEAD
154179
golang.org/x/crypto v0.8.0 // indirect
155180
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
156181
golang.org/x/net v0.9.0 // indirect
157182
golang.org/x/oauth2 v0.5.0 // indirect
158183
golang.org/x/sys v0.7.0 // indirect
159184
golang.org/x/term v0.7.0 // indirect
185+
=======
186+
golang.org/x/crypto v0.9.0 // indirect
187+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
188+
golang.org/x/net v0.10.0 // indirect
189+
golang.org/x/oauth2 v0.7.0 // indirect
190+
golang.org/x/sys v0.8.0 // indirect
191+
golang.org/x/term v0.8.0 // indirect
192+
>>>>>>> cf593b7b (barberry (bump SDK v0.47.3) (#3810))
160193
golang.org/x/text v0.9.0 // indirect
161194
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
162195
google.golang.org/api v0.110.0 // indirect

‎go.sum

+38-15
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,17 @@ cosmossdk.io/depinject v1.0.0-alpha.3 h1:6evFIgj//Y3w09bqOUOzEpFj5tsxBqdc5CfkO7z
196196
cosmossdk.io/depinject v1.0.0-alpha.3/go.mod h1:eRbcdQ7MRpIPEM5YUJh8k97nxHpYbc3sMUnEtt8HPWU=
197197
cosmossdk.io/errors v1.0.0-beta.7 h1:gypHW76pTQGVnHKo6QBkb4yFOJjC+sUGRc5Al3Odj1w=
198198
cosmossdk.io/errors v1.0.0-beta.7/go.mod h1:mz6FQMJRku4bY7aqS/Gwfcmr/ue91roMEKAmDUDpBfE=
199+
<<<<<<< HEAD
199200
cosmossdk.io/math v1.0.0 h1:ro9w7eKx23om2tZz/VM2Pf+z2WAbGX1yDQQOJ6iGeJw=
200201
cosmossdk.io/math v1.0.0/go.mod h1:Ygz4wBHrgc7g0N+8+MrnTfS9LLn9aaTGa9hKopuym5k=
201202
cosmossdk.io/simapp v0.0.0-20230323161446-0af178d721ff h1:P1ialzTepD1oxdNPYc5N8Eggq3RdejZq3cJs8YYMs9Y=
202203
cosmossdk.io/simapp v0.0.0-20230323161446-0af178d721ff/go.mod h1:AKzx6Mb544LjJ9RHmGFHjY9rEOLiUAi8I0F727TR0dY=
204+
=======
205+
cosmossdk.io/log v1.1.0 h1:v0ogPHYeTzPcBTcPR1A3j1hkei4pZama8kz8LKlCMv0=
206+
cosmossdk.io/log v1.1.0/go.mod h1:6zjroETlcDs+mm62gd8Ig7mZ+N+fVOZS91V17H+M4N4=
207+
cosmossdk.io/math v1.0.1 h1:Qx3ifyOPaMLNH/89WeZFH268yCvU4xEcnPLu3sJqPPg=
208+
cosmossdk.io/math v1.0.1/go.mod h1:Ygz4wBHrgc7g0N+8+MrnTfS9LLn9aaTGa9hKopuym5k=
209+
>>>>>>> cf593b7b (barberry (bump SDK v0.47.3) (#3810))
203210
cosmossdk.io/tools/rosetta v0.2.1 h1:ddOMatOH+pbxWbrGJKRAawdBkPYLfKXutK9IETnjYxw=
204211
cosmossdk.io/tools/rosetta v0.2.1/go.mod h1:Pqdc1FdvkNV3LcNIkYWt2RQY6IP1ge6YWZk8MhhO9Hw=
205212
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
@@ -261,6 +268,7 @@ github.com/btcsuite/btcd/btcec/v2 v2.3.2 h1:5n0X6hX0Zk+6omWcihdYvdAlGf2DfasC0GMf
261268
github.com/btcsuite/btcd/btcec/v2 v2.3.2/go.mod h1:zYzJ8etWJQIv1Ogk7OzpWjowwOdXY1W/17j2MW85J04=
262269
github.com/btcsuite/btcd/btcutil v1.1.2 h1:XLMbX8JQEiwMcYft2EGi8zPUkoa0abKIU6/BJSRsjzQ=
263270
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOFYSNEs0TFnxxnS9+4U=
271+
github.com/bufbuild/protocompile v0.4.0 h1:LbFKd2XowZvQ/kajzguUp2DC9UEIQhIq77fZZlaQsNA=
264272
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
265273
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
266274
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
@@ -314,21 +322,22 @@ github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc
314322
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
315323
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
316324
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
325+
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
317326
github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
318327
github.com/cosmos/btcutil v1.0.5 h1:t+ZFcX77LpKtDBhjucvnOH8C2l2ioGsBNEQ3jef8xFk=
319328
github.com/cosmos/btcutil v1.0.5/go.mod h1:IyB7iuqZMJlthe2tkIFL33xPyzbFYP0XVdS8P5lUPis=
320329
github.com/cosmos/cosmos-proto v1.0.0-beta.2 h1:X3OKvWgK9Gsejo0F1qs5l8Qn6xJV/AzgIWR2wZ8Nua8=
321330
github.com/cosmos/cosmos-proto v1.0.0-beta.2/go.mod h1:+XRCLJ14pr5HFEHIUcn51IKXD1Fy3rkEQqt4WqmN4V0=
322-
github.com/cosmos/cosmos-sdk v0.47.2 h1:9rSriCoiJD+4F+tEDobyM8V7HF5BtY5Ef4VYNig96s0=
323-
github.com/cosmos/cosmos-sdk v0.47.2/go.mod h1:zYzgI8w8hhotXTSoGbbSOAKfpJTx4wOy4XgbaKhtRtc=
331+
github.com/cosmos/cosmos-sdk v0.47.3 h1:r0hGmZoAzP2D+MaPaFGHwAaTdFQq3pNpHaUp1BsffbM=
332+
github.com/cosmos/cosmos-sdk v0.47.3/go.mod h1:c4OfLdAykA9zsj1CqrxBRqXzVz48I++JSvIMPSPcEmk=
324333
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d/go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y=
325334
github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY=
326335
github.com/cosmos/go-bip39 v1.0.0/go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw=
327336
github.com/cosmos/gogogateway v1.2.0 h1:Ae/OivNhp8DqBi/sh2A8a1D0y638GpL3tkmLQAiKxTE=
328337
github.com/cosmos/gogogateway v1.2.0/go.mod h1:iQpLkGWxYcnCdz5iAdLcRBSw3h7NXeOkZ4GUkT+tbFI=
329338
github.com/cosmos/gogoproto v1.4.2/go.mod h1:cLxOsn1ljAHSV527CHOtaIP91kK6cCrZETRBrkzItWU=
330-
github.com/cosmos/gogoproto v1.4.8 h1:BrHKc6WFZt8+jRV71vKSQE+JrfF+JAnzrKo2VP7wIZ4=
331-
github.com/cosmos/gogoproto v1.4.8/go.mod h1:hnb0DIEWTv+wdNzNcqus5xCQXq5+CXauq1FJuurRfVY=
339+
github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoKuI=
340+
github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek=
332341
github.com/cosmos/iavl v0.20.0 h1:fTVznVlepH0KK8NyKq8w+U7c2L6jofa27aFX6YGlm38=
333342
github.com/cosmos/iavl v0.20.0/go.mod h1:WO7FyvaZJoH65+HFOsDir7xU9FWk2w9cHXNW1XHcl7A=
334343
github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM=
@@ -442,6 +451,7 @@ github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/E
442451
github.com/goccy/go-json v0.9.11 h1:/pAaQDLHEoCq/5FFmSKBswWmK6H0e8g4159Kc/X/nqk=
443452
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0=
444453
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2/go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4=
454+
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
445455
github.com/gofrs/uuid v4.3.0+incompatible h1:CaSVZxm5B+7o45rtab4jC2G37WGYX1zQfuU2i6DSvnc=
446456
github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s=
447457
github.com/gogo/googleapis v1.4.1-0.20201022092350-68b0159b7869/go.mod h1:5YRNX2z1oM5gXdAkurHa942MDgEJyk02w4OecKY87+c=
@@ -646,7 +656,7 @@ github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
646656
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
647657
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
648658
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
649-
github.com/jhump/protoreflect v1.12.1-0.20220721211354-060cc04fc18b h1:izTof8BKh/nE1wrKOrloNA5q4odOarjf+Xpe+4qow98=
659+
github.com/jhump/protoreflect v1.15.1 h1:HUMERORf3I3ZdX05WaQ6MIpd/NJ434hTp5YiKgfCL6c=
650660
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
651661
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
652662
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
@@ -662,7 +672,6 @@ github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/u
662672
github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
663673
github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
664674
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
665-
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
666675
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
667676
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
668677
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
@@ -703,11 +712,16 @@ github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3v
703712
github.com/manifoldco/promptui v0.9.0 h1:3V4HzJk1TtXW1MTZMP7mdlwbBpIinw3HztaIlYthEiA=
704713
github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GWtQEhdbn6Pgg=
705714
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
715+
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
716+
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
717+
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
706718
github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
707719
github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
708720
github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU=
709-
github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=
710-
github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
721+
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
722+
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
723+
github.com/mattn/go-isatty v0.0.18 h1:DOKFKCQ7FNG2L1rbrmstDN4QVRdS89Nkh85u68Uwp98=
724+
github.com/mattn/go-isatty v0.0.18/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
711725
github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
712726
github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
713727
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
@@ -738,7 +752,6 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ
738752
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
739753
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
740754
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
741-
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
742755
github.com/mtibben/percent v0.2.1 h1:5gssi8Nqo8QU/r2pynCm+hBQHpkB/uNK7BJCFogWdzs=
743756
github.com/mtibben/percent v0.2.1/go.mod h1:KG9uO+SZkUp+VkRHsCdYQV3XSZrrSpR3O9ibNBTZrns=
744757
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
@@ -790,8 +803,8 @@ github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvI
790803
github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek=
791804
github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac=
792805
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=
793-
github.com/petermattis/goid v0.0.0-20221215004737-a150e88a970d h1:htwtWgtQo8YS6JFWWi2DNgY0RwSGJ1ruMoxY6CUUclk=
794-
github.com/petermattis/goid v0.0.0-20221215004737-a150e88a970d/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
806+
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 h1:hDSdbBuw3Lefr6R18ax0tZ2BJeNB3NehB3trOwYBsdU=
807+
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
795808
github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc=
796809
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
797810
github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
@@ -825,8 +838,8 @@ github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt2
825838
github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4=
826839
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
827840
github.com/prometheus/common v0.15.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
828-
github.com/prometheus/common v0.40.0 h1:Afz7EVRqGg2Mqqf4JuF9vdvp1pi220m55Pi9T2JnO4Q=
829-
github.com/prometheus/common v0.40.0/go.mod h1:L65ZJPSmfn/UBWLQIHV7dBrKFidB/wPlF1y5TlSt9OE=
841+
github.com/prometheus/common v0.42.0 h1:EKsfXEYo4JpWMHH5cg+KOUWeuJSov1Id8zGR8eeI1YM=
842+
github.com/prometheus/common v0.42.0/go.mod h1:xBwqVerjNdUDjgODMpudtOMwlOwf2SaTr1yjz4b7Zbc=
830843
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
831844
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
832845
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
@@ -848,6 +861,9 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
848861
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
849862
github.com/rs/cors v1.8.3 h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo=
850863
github.com/rs/cors v1.8.3/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
864+
github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
865+
github.com/rs/zerolog v1.29.1 h1:cO+d60CHkknCbvzEWxP0S9K6KqyTjrCNUy1LdQLCGPc=
866+
github.com/rs/zerolog v1.29.1/go.mod h1:Le6ESbR7hc+DP6Lt1THiV8CQSdkkNrd3R0XbEgp3ZBU=
851867
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
852868
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
853869
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
@@ -994,8 +1010,8 @@ golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u0
9941010
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM=
9951011
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU=
9961012
golang.org/x/exp v0.0.0-20200331195152-e8c3332aa8e5/go.mod h1:4M0jN8W1tt0AVLNr8HDosyJCDCDuyL9N9+3m7wDWgKw=
997-
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 h1:ooxPy7fPvB4kwsA2h+iBNHkAbp/4JxTSwCmvdjEYmug=
998-
golang.org/x/exp v0.0.0-20230321023759-10a507213a29/go.mod h1:CxIveKay+FTh1D0yPZemJVgC/95VzuuOLq5Qi4xnoYc=
1013+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc h1:mCRnTeVUjcrhlRmO0VK8a6k6Rrf6TF9htwo2pJVSjIU=
1014+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=
9991015
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
10001016
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
10011017
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
@@ -1200,6 +1216,7 @@ golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBc
12001216
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12011217
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12021218
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1219+
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12031220
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12041221
golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12051222
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
@@ -1222,8 +1239,14 @@ golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBc
12221239
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12231240
golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
12241241
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1242+
<<<<<<< HEAD
12251243
golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
12261244
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1245+
=======
1246+
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1247+
golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
1248+
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1249+
>>>>>>> cf593b7b (barberry (bump SDK v0.47.3) (#3810))
12271250
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
12281251
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
12291252
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

‎modules/capability/go.mod

+172
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,172 @@
1+
module github.com/cosmos/ibc-go/modules/capability
2+
3+
go 1.19
4+
5+
replace github.com/cosmos/ibc-go/v7 => ../../
6+
7+
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
8+
9+
require (
10+
cosmossdk.io/core v0.5.1
11+
cosmossdk.io/errors v1.0.0-beta.7
12+
cosmossdk.io/math v1.0.1
13+
github.com/cometbft/cometbft v0.37.1
14+
github.com/cometbft/cometbft-db v0.8.0
15+
github.com/cosmos/cosmos-sdk v0.47.3
16+
github.com/cosmos/gogoproto v1.4.10
17+
github.com/cosmos/ibc-go/v7 v7.1.0
18+
github.com/grpc-ecosystem/grpc-gateway v1.16.0
19+
github.com/spf13/cobra v1.7.0
20+
github.com/stretchr/testify v1.8.4
21+
sigs.k8s.io/yaml v1.3.0
22+
)
23+
24+
require (
25+
cloud.google.com/go v0.110.0 // indirect
26+
cloud.google.com/go/compute v1.19.0 // indirect
27+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
28+
cloud.google.com/go/iam v0.13.0 // indirect
29+
cloud.google.com/go/storage v1.29.0 // indirect
30+
cosmossdk.io/api v0.3.1 // indirect
31+
cosmossdk.io/depinject v1.0.0-alpha.3 // indirect
32+
cosmossdk.io/log v1.1.0 // indirect
33+
cosmossdk.io/tools/rosetta v0.2.1 // indirect
34+
filippo.io/edwards25519 v1.0.0 // indirect
35+
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
36+
github.com/99designs/keyring v1.2.1 // indirect
37+
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
38+
github.com/armon/go-metrics v0.4.1 // indirect
39+
github.com/aws/aws-sdk-go v1.44.203 // indirect
40+
github.com/beorn7/perks v1.0.1 // indirect
41+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
42+
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
43+
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
44+
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
45+
github.com/cespare/xxhash v1.1.0 // indirect
46+
github.com/cespare/xxhash/v2 v2.2.0 // indirect
47+
github.com/chzyer/readline v1.5.1 // indirect
48+
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
49+
github.com/coinbase/rosetta-sdk-go/types v1.0.0 // indirect
50+
github.com/confio/ics23/go v0.9.0 // indirect
51+
github.com/cosmos/btcutil v1.0.5 // indirect
52+
github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect
53+
github.com/cosmos/go-bip39 v1.0.0 // indirect
54+
github.com/cosmos/gogogateway v1.2.0 // indirect
55+
github.com/cosmos/iavl v0.20.0 // indirect
56+
github.com/cosmos/ics23/go v0.10.0 // indirect
57+
github.com/cosmos/ledger-cosmos-go v0.12.1 // indirect
58+
github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect
59+
github.com/creachadair/taskgroup v0.4.2 // indirect
60+
github.com/danieljoos/wincred v1.1.2 // indirect
61+
github.com/davecgh/go-spew v1.1.1 // indirect
62+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
63+
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
64+
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
65+
github.com/dgraph-io/ristretto v0.1.1 // indirect
66+
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
67+
github.com/dustin/go-humanize v1.0.1 // indirect
68+
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect
69+
github.com/felixge/httpsnoop v1.0.2 // indirect
70+
github.com/fsnotify/fsnotify v1.6.0 // indirect
71+
github.com/gin-gonic/gin v1.8.1 // indirect
72+
github.com/go-kit/kit v0.12.0 // indirect
73+
github.com/go-kit/log v0.2.1 // indirect
74+
github.com/go-logfmt/logfmt v0.6.0 // indirect
75+
github.com/go-playground/validator/v10 v10.11.1 // indirect
76+
github.com/goccy/go-json v0.9.11 // indirect
77+
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
78+
github.com/gogo/googleapis v1.4.1 // indirect
79+
github.com/gogo/protobuf v1.3.2 // indirect
80+
github.com/golang/glog v1.1.0 // indirect
81+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
82+
github.com/golang/mock v1.6.0 // indirect
83+
github.com/golang/protobuf v1.5.3 // indirect
84+
github.com/golang/snappy v0.0.4 // indirect
85+
github.com/google/btree v1.1.2 // indirect
86+
github.com/google/go-cmp v0.5.9 // indirect
87+
github.com/google/orderedcode v0.0.1 // indirect
88+
github.com/google/s2a-go v0.1.3 // indirect
89+
github.com/google/uuid v1.3.0 // indirect
90+
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
91+
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
92+
github.com/gorilla/handlers v1.5.1 // indirect
93+
github.com/gorilla/mux v1.8.0 // indirect
94+
github.com/gorilla/websocket v1.5.0 // indirect
95+
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
96+
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
97+
github.com/gtank/merlin v0.1.1 // indirect
98+
github.com/gtank/ristretto255 v0.1.2 // indirect
99+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
100+
github.com/hashicorp/go-getter v1.7.1 // indirect
101+
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
102+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
103+
github.com/hashicorp/go-version v1.6.0 // indirect
104+
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
105+
github.com/hashicorp/hcl v1.0.0 // indirect
106+
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
107+
github.com/huandu/skiplist v1.2.0 // indirect
108+
github.com/improbable-eng/grpc-web v0.15.0 // indirect
109+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
110+
github.com/jmespath/go-jmespath v0.4.0 // indirect
111+
github.com/jmhodges/levigo v1.0.0 // indirect
112+
github.com/klauspost/compress v1.16.3 // indirect
113+
github.com/lib/pq v1.10.7 // indirect
114+
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
115+
github.com/linxGnu/grocksdb v1.7.16 // indirect
116+
github.com/magiconair/properties v1.8.7 // indirect
117+
github.com/manifoldco/promptui v0.9.0 // indirect
118+
github.com/mattn/go-colorable v0.1.13 // indirect
119+
github.com/mattn/go-isatty v0.0.18 // indirect
120+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
121+
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
122+
github.com/minio/highwayhash v1.0.2 // indirect
123+
github.com/mitchellh/go-homedir v1.1.0 // indirect
124+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
125+
github.com/mitchellh/mapstructure v1.5.0 // indirect
126+
github.com/mtibben/percent v0.2.1 // indirect
127+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
128+
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect
129+
github.com/pkg/errors v0.9.1 // indirect
130+
github.com/pmezard/go-difflib v1.0.0 // indirect
131+
github.com/prometheus/client_golang v1.14.0 // indirect
132+
github.com/prometheus/client_model v0.3.0 // indirect
133+
github.com/prometheus/common v0.42.0 // indirect
134+
github.com/prometheus/procfs v0.9.0 // indirect
135+
github.com/rakyll/statik v0.1.7 // indirect
136+
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
137+
github.com/rs/cors v1.8.3 // indirect
138+
github.com/rs/zerolog v1.29.1 // indirect
139+
github.com/sasha-s/go-deadlock v0.3.1 // indirect
140+
github.com/spf13/afero v1.9.5 // indirect
141+
github.com/spf13/cast v1.5.1 // indirect
142+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
143+
github.com/spf13/pflag v1.0.5 // indirect
144+
github.com/spf13/viper v1.16.0 // indirect
145+
github.com/subosito/gotenv v1.4.2 // indirect
146+
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
147+
github.com/tendermint/go-amino v0.16.0 // indirect
148+
github.com/tidwall/btree v1.6.0 // indirect
149+
github.com/ulikunitz/xz v0.5.11 // indirect
150+
github.com/zondax/hid v0.9.1 // indirect
151+
github.com/zondax/ledger-go v0.14.1 // indirect
152+
go.etcd.io/bbolt v1.3.7 // indirect
153+
go.opencensus.io v0.24.0 // indirect
154+
golang.org/x/crypto v0.9.0 // indirect
155+
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
156+
golang.org/x/net v0.10.0 // indirect
157+
golang.org/x/oauth2 v0.7.0 // indirect
158+
golang.org/x/sys v0.8.0 // indirect
159+
golang.org/x/term v0.8.0 // indirect
160+
golang.org/x/text v0.9.0 // indirect
161+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
162+
google.golang.org/api v0.122.0 // indirect
163+
google.golang.org/appengine v1.6.7 // indirect
164+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
165+
google.golang.org/grpc v1.55.0 // indirect
166+
google.golang.org/protobuf v1.30.0 // indirect
167+
gopkg.in/ini.v1 v1.67.0 // indirect
168+
gopkg.in/yaml.v2 v2.4.0 // indirect
169+
gopkg.in/yaml.v3 v3.0.1 // indirect
170+
nhooyr.io/websocket v1.8.6 // indirect
171+
pgregory.net/rapid v0.5.5 // indirect
172+
)

‎modules/capability/go.sum

+1,627
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.