Skip to content

Commit ea4889e

Browse files
Bump github.com/cosmos/cosmos-sdk from 0.45.12 to 0.46.11
Bumps [github.com/cosmos/cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.45.12 to 0.46.11. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.46.11/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@v0.45.12...v0.46.11) --- updated-dependencies: - dependency-name: github.com/cosmos/cosmos-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e306e2 commit ea4889e

File tree

2 files changed

+138
-42
lines changed

2 files changed

+138
-42
lines changed

go.mod

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ require (
66
github.com/CosmWasm/token-factory v0.0.0-00010101000000-000000000000
77
github.com/CosmWasm/wasmd v0.30.0
88
github.com/CosmWasm/wasmvm v1.1.1
9-
github.com/cosmos/cosmos-sdk v0.45.12
9+
github.com/cosmos/cosmos-sdk v0.46.11
1010
github.com/cosmos/ibc-go/v4 v4.3.0
1111
github.com/cosmos/interchain-accounts v0.2.5
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
16-
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.0-20230201151635-ef43e092d196
16+
github.com/osmosis-labs/osmosis/x/ibc-hooks v0.0.6
1717
github.com/prometheus/client_golang v1.14.0
1818
github.com/spf13/cast v1.5.0
1919
github.com/spf13/cobra v1.6.1
2020
github.com/strangelove-ventures/packet-forward-middleware/v4 v4.0.4
21-
github.com/stretchr/testify v1.8.1
22-
github.com/tendermint/tendermint v0.34.26
21+
github.com/stretchr/testify v1.8.2
22+
github.com/tendermint/tendermint v0.34.27
2323
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b
2424
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef
2525
google.golang.org/grpc v1.52.3
@@ -29,9 +29,38 @@ require (
2929
)
3030

3131
require (
32+
cloud.google.com/go v0.105.0 // indirect
33+
cloud.google.com/go/compute v1.14.0 // indirect
34+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
35+
cloud.google.com/go/iam v0.8.0 // indirect
36+
cloud.google.com/go/storage v1.27.0 // indirect
37+
cosmossdk.io/errors v1.0.0-beta.7 // indirect
38+
cosmossdk.io/math v1.0.0-beta.3 // indirect
39+
github.com/aws/aws-sdk-go v1.40.45 // indirect
40+
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3241
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
42+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
43+
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
3344
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
45+
github.com/google/go-cmp v0.5.9 // indirect
46+
github.com/google/uuid v1.3.0 // indirect
47+
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
48+
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
49+
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
50+
github.com/hashicorp/go-getter v1.6.1 // indirect
51+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
52+
github.com/hashicorp/go-version v1.6.0 // indirect
3453
github.com/iancoleman/orderedmap v0.2.0 // indirect
54+
github.com/jmespath/go-jmespath v0.4.0 // indirect
55+
github.com/manifoldco/promptui v0.9.0 // indirect
56+
github.com/mitchellh/go-homedir v1.1.0 // indirect
57+
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
58+
github.com/ulikunitz/xz v0.5.8 // indirect
59+
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
60+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
61+
google.golang.org/api v0.107.0 // indirect
62+
google.golang.org/appengine v1.6.7 // indirect
63+
sigs.k8s.io/yaml v1.3.0 // indirect
3564
)
3665

3766
require (
@@ -43,10 +72,9 @@ require (
4372
github.com/Microsoft/go-winio v0.6.0 // indirect
4473
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
4574
github.com/Workiva/go-datastructures v1.0.53 // indirect
46-
github.com/armon/go-metrics v0.4.0 // indirect
75+
github.com/armon/go-metrics v0.4.1 // indirect
4776
github.com/beorn7/perks v1.0.1 // indirect
4877
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
49-
github.com/btcsuite/btcd v0.22.2 // indirect
5078
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
5179
github.com/cespare/xxhash v1.1.0 // indirect
5280
github.com/cespare/xxhash/v2 v2.1.2 // indirect
@@ -58,7 +86,7 @@ require (
5886
github.com/cosmos/go-bip39 v1.0.0
5987
github.com/cosmos/gogoproto v1.4.4
6088
github.com/cosmos/gorocksdb v1.2.0 // indirect
61-
github.com/cosmos/iavl v0.19.4 // indirect
89+
github.com/cosmos/iavl v0.19.5 // indirect
6290
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
6391
github.com/creachadair/taskgroup v0.3.2 // indirect
6492
github.com/danieljoos/wincred v1.1.2 // indirect
@@ -103,11 +131,11 @@ require (
103131
github.com/inconshreveable/mousetrap v1.0.1 // indirect
104132
github.com/jmhodges/levigo v1.0.0 // indirect
105133
github.com/klauspost/compress v1.15.11 // indirect
106-
github.com/lib/pq v1.10.6 // indirect
134+
github.com/lib/pq v1.10.7 // indirect
107135
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
108136
github.com/magiconair/properties v1.8.7 // indirect
109137
github.com/mattn/go-colorable v0.1.13 // indirect
110-
github.com/mattn/go-isatty v0.0.16 // indirect
138+
github.com/mattn/go-isatty v0.0.17 // indirect
111139
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
112140
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
113141
github.com/minio/highwayhash v1.0.2 // indirect
@@ -150,12 +178,12 @@ require (
150178
go.opencensus.io v0.24.0 // indirect
151179
golang.org/x/crypto v0.5.0 // indirect
152180
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
153-
golang.org/x/mod v0.7.0 // indirect
154-
golang.org/x/net v0.5.0 // indirect
155-
golang.org/x/sys v0.4.0 // indirect
156-
golang.org/x/term v0.4.0 // indirect
157-
golang.org/x/text v0.6.0 // indirect
158-
golang.org/x/tools v0.4.0 // indirect
181+
golang.org/x/mod v0.8.0 // indirect
182+
golang.org/x/net v0.7.0 // indirect
183+
golang.org/x/sys v0.5.0 // indirect
184+
golang.org/x/term v0.5.0 // indirect
185+
golang.org/x/text v0.7.0 // indirect
186+
golang.org/x/tools v0.6.0 // indirect
159187
gopkg.in/ini.v1 v1.67.0 // indirect
160188
nhooyr.io/websocket v1.8.7 // indirect
161189
)

0 commit comments

Comments
 (0)