Skip to content

Commit c2aa9c0

Browse files
chore(deps): bump cosmossdk.io/store from 1.1.1 to 1.1.2
Bumps [cosmossdk.io/store](https://github.com/cosmos/cosmos-sdk) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@math/v1.1.1...math/v1.1.2) --- updated-dependencies: - dependency-name: cosmossdk.io/store dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a506927 commit c2aa9c0

File tree

2 files changed

+55
-46
lines changed

2 files changed

+55
-46
lines changed

go.mod

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ require (
3232
cosmossdk.io/collections v0.4.0
3333
cosmossdk.io/core v0.11.1
3434
cosmossdk.io/errors v1.0.2
35-
cosmossdk.io/log v1.5.0
35+
cosmossdk.io/log v1.5.1
3636
cosmossdk.io/math v1.5.3
37-
cosmossdk.io/store v1.1.1
37+
cosmossdk.io/store v1.1.2
3838
cosmossdk.io/tools/confix v0.1.2
3939
cosmossdk.io/x/circuit v0.1.1
4040
cosmossdk.io/x/evidence v0.1.1
@@ -43,11 +43,11 @@ require (
4343
cosmossdk.io/x/tx v0.13.7
4444
cosmossdk.io/x/upgrade v0.1.4
4545
github.com/CosmWasm/wasmvm/v3 v3.0.0-ibc2.0
46-
github.com/cometbft/cometbft v0.38.15
46+
github.com/cometbft/cometbft v0.38.17
4747
github.com/cosmos/cosmos-db v1.1.1
4848
github.com/cosmos/ibc-go/v10 v10.1.0
4949
github.com/distribution/reference v0.5.0
50-
github.com/rs/zerolog v1.33.0
50+
github.com/rs/zerolog v1.34.0
5151
github.com/spf13/viper v1.19.0
5252
golang.org/x/sync v0.12.0
5353
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422
@@ -65,20 +65,19 @@ require (
6565
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
6666
github.com/99designs/keyring v1.2.2 // indirect
6767
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect
68-
github.com/DataDog/zstd v1.5.5 // indirect
68+
github.com/DataDog/zstd v1.5.6 // indirect
6969
github.com/Microsoft/go-winio v0.6.2 // indirect
7070
github.com/aws/aws-sdk-go v1.44.224 // indirect
7171
github.com/beorn7/perks v1.0.1 // indirect
7272
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
7373
github.com/bgentry/speakeasy v0.2.0 // indirect
7474
github.com/bits-and-blooms/bitset v1.17.0 // indirect
75-
github.com/bytedance/sonic v1.12.3 // indirect
76-
github.com/bytedance/sonic/loader v0.2.0 // indirect
75+
github.com/bytedance/sonic v1.13.1 // indirect
76+
github.com/bytedance/sonic/loader v0.2.4 // indirect
7777
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
7878
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7979
github.com/chzyer/readline v1.5.1 // indirect
80-
github.com/cloudwego/base64x v0.1.4 // indirect
81-
github.com/cloudwego/iasm v0.2.0 // indirect
80+
github.com/cloudwego/base64x v0.1.5 // indirect
8281
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
8382
github.com/cockroachdb/errors v1.11.3 // indirect
8483
github.com/cockroachdb/fifo v0.0.0-20240616162244-4768e80dfb9a // indirect
@@ -133,8 +132,8 @@ require (
133132
github.com/hashicorp/go-getter v1.7.5 // indirect
134133
github.com/hashicorp/go-hclog v1.6.3 // indirect
135134
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
136-
github.com/hashicorp/go-metrics v0.5.3 // indirect
137-
github.com/hashicorp/go-plugin v1.6.1 // indirect
135+
github.com/hashicorp/go-metrics v0.5.4 // indirect
136+
github.com/hashicorp/go-plugin v1.6.3 // indirect
138137
github.com/hashicorp/go-safetemp v1.0.0 // indirect
139138
github.com/hashicorp/go-version v1.6.0 // indirect
140139
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -150,14 +149,14 @@ require (
150149
github.com/jmespath/go-jmespath v0.4.0 // indirect
151150
github.com/jmhodges/levigo v1.0.0 // indirect
152151
github.com/klauspost/compress v1.17.11 // indirect
153-
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
152+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
154153
github.com/kr/pretty v0.3.1 // indirect
155154
github.com/kr/text v0.2.0 // indirect
156155
github.com/lib/pq v1.10.9 // indirect
157156
github.com/linxGnu/grocksdb v1.9.2 // indirect
158157
github.com/magiconair/properties v1.8.7 // indirect
159158
github.com/manifoldco/promptui v0.9.0 // indirect
160-
github.com/mattn/go-colorable v0.1.13 // indirect
159+
github.com/mattn/go-colorable v0.1.14 // indirect
161160
github.com/mattn/go-isatty v0.0.20 // indirect
162161
github.com/minio/highwayhash v1.0.3 // indirect
163162
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -199,9 +198,9 @@ require (
199198
go.opentelemetry.io/otel/metric v1.34.0 // indirect
200199
go.opentelemetry.io/otel/trace v1.34.0 // indirect
201200
go.uber.org/multierr v1.11.0 // indirect
202-
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
201+
golang.org/x/arch v0.15.0 // indirect
203202
golang.org/x/crypto v0.36.0 // indirect
204-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
203+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
205204
golang.org/x/net v0.38.0 // indirect
206205
golang.org/x/oauth2 v0.25.0 // indirect
207206
golang.org/x/sys v0.31.0 // indirect
@@ -213,7 +212,7 @@ require (
213212
google.golang.org/protobuf v1.36.6 // indirect
214213
gopkg.in/ini.v1 v1.67.0 // indirect
215214
gopkg.in/yaml.v3 v3.0.1 // indirect
216-
gotest.tools/v3 v3.5.1 // indirect
215+
gotest.tools/v3 v3.5.2 // indirect
217216
nhooyr.io/websocket v1.8.17 // indirect
218217
pgregory.net/rapid v1.1.0 // indirect
219218
sigs.k8s.io/yaml v1.4.0 // indirect

0 commit comments

Comments
 (0)