@@ -22,7 +22,7 @@ require (
22
22
github.com/CosmWasm/wasmd v0.53.0
23
23
github.com/Masterminds/sprig/v3 v3.3.0
24
24
github.com/axone-protocol/prolog v1.0.1-0.20241007111431-c4c18d4393b9
25
- github.com/cometbft/cometbft v0.38.12
25
+ github.com/cometbft/cometbft v0.38.13
26
26
github.com/cosmos/cosmos-db v1.0.2
27
27
github.com/cosmos/cosmos-proto v1.0.0-beta.5
28
28
github.com/cosmos/cosmos-sdk v0.50.10
@@ -47,7 +47,7 @@ require (
47
47
github.com/princjef/gomarkdoc v1.1.0
48
48
github.com/prometheus/client_golang v1.20.5
49
49
github.com/samber/lo v1.47.0
50
- github.com/sergi/go-diff v1.3.1
50
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
51
51
github.com/smartystreets/goconvey v1.8.1
52
52
github.com/spf13/cast v1.7.0
53
53
github.com/spf13/cobra v1.8.1
@@ -57,8 +57,8 @@ require (
57
57
github.com/wk8/go-ordered-map/v2 v2.1.8
58
58
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0
59
59
golang.org/x/net v0.30.0
60
- google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237
61
- google.golang.org/grpc v1.64.1
60
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142
61
+ google.golang.org/grpc v1.67.0
62
62
google.golang.org/protobuf v1.34.2
63
63
gopkg.in/yaml.v3 v3.0.1
64
64
gotest.tools/v3 v3.5.1
@@ -81,7 +81,7 @@ replace (
81
81
82
82
require (
83
83
cloud.google.com/go v0.112.1 // indirect
84
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
84
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
85
85
cloud.google.com/go/iam v1.1.6 // indirect
86
86
cloud.google.com/go/storage v1.38.0 // indirect
87
87
filippo.io/edwards25519 v1.0.0 // indirect
@@ -93,7 +93,7 @@ require (
93
93
github.com/Masterminds/goutils v1.1.1 // indirect
94
94
github.com/Masterminds/semver/v3 v3.3.0 // indirect
95
95
github.com/Microsoft/go-winio v0.6.1 // indirect
96
- github.com/ProtonMail/go-crypto v0 .0.0-20230828082145-3c4c8a2d2371 // indirect
96
+ github.com/ProtonMail/go-crypto v1 .0.0 // indirect
97
97
github.com/VictoriaMetrics/fastcache v1.5.7 // indirect
98
98
github.com/VividCortex/ewma v1.2.0 // indirect
99
99
github.com/aws/aws-sdk-go v1.44.224 // indirect
@@ -103,11 +103,9 @@ require (
103
103
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
104
104
github.com/bits-and-blooms/bitset v1.8.0 // indirect
105
105
github.com/btcsuite/btcd v0.22.0-beta // indirect
106
- github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
107
106
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
108
107
github.com/buger/jsonparser v1.1.1 // indirect
109
108
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
110
- github.com/cespare/xxhash v1.1.0 // indirect
111
109
github.com/cespare/xxhash/v2 v2.3.0 // indirect
112
110
github.com/cheggaaa/pb/v3 v3.0.8 // indirect
113
111
github.com/chzyer/readline v1.5.1 // indirect
@@ -120,7 +118,7 @@ require (
120
118
github.com/cockroachdb/pebble v1.1.1 // indirect
121
119
github.com/cockroachdb/redact v1.1.5 // indirect
122
120
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
123
- github.com/cometbft/cometbft-db v0.11.0 // indirect
121
+ github.com/cometbft/cometbft-db v0.14.1 // indirect
124
122
github.com/cosmos/btcutil v1.0.5 // indirect
125
123
github.com/cosmos/go-bip39 v1.0.0 // indirect
126
124
github.com/cosmos/gogogateway v1.2.0 // indirect
@@ -135,9 +133,8 @@ require (
135
133
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
136
134
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
137
135
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
138
- github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
136
+ github.com/dgraph-io/badger/v4 v4.2.0 // indirect
139
137
github.com/dgraph-io/ristretto v0.1.1 // indirect
140
- github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
141
138
github.com/distribution/reference v0.5.0 // indirect
142
139
github.com/dustin/go-humanize v1.0.1 // indirect
143
140
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
@@ -149,9 +146,9 @@ require (
149
146
github.com/getsentry/sentry-go v0.27.0 // indirect
150
147
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
151
148
github.com/go-git/go-billy/v5 v5.5.0 // indirect
152
- github.com/go-git/go-git/v5 v5.11 .0 // indirect
149
+ github.com/go-git/go-git/v5 v5.12 .0 // indirect
153
150
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
154
- github.com/go-kit/kit v0.12 .0 // indirect
151
+ github.com/go-kit/kit v0.13 .0 // indirect
155
152
github.com/go-kit/log v0.2.1 // indirect
156
153
github.com/go-logfmt/logfmt v0.6.0 // indirect
157
154
github.com/go-logr/logr v1.4.1 // indirect
@@ -161,10 +158,11 @@ require (
161
158
github.com/gofrs/uuid v4.4.0+incompatible // indirect
162
159
github.com/gogo/googleapis v1.4.1 // indirect
163
160
github.com/gogo/protobuf v1.3.2 // indirect
164
- github.com/golang/glog v1.2.0 // indirect
161
+ github.com/golang/glog v1.2.2 // indirect
165
162
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
166
163
github.com/golang/snappy v0.0.4 // indirect
167
- github.com/google/btree v1.1.2 // indirect
164
+ github.com/google/btree v1.1.3 // indirect
165
+ github.com/google/flatbuffers v1.12.1 // indirect
168
166
github.com/google/go-cmp v0.6.0 // indirect
169
167
github.com/google/gofuzz v1.2.0 // indirect
170
168
github.com/google/orderedcode v0.0.1 // indirect
@@ -225,7 +223,7 @@ require (
225
223
github.com/mattn/go-isatty v0.0.20 // indirect
226
224
github.com/mattn/go-runewidth v0.0.14 // indirect
227
225
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
228
- github.com/minio/highwayhash v1.0.2 // indirect
226
+ github.com/minio/highwayhash v1.0.3 // indirect
229
227
github.com/mitchellh/copystructure v1.2.0 // indirect
230
228
github.com/mitchellh/go-homedir v1.1.0 // indirect
231
229
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -241,14 +239,14 @@ require (
241
239
github.com/oklog/run v1.1.0 // indirect
242
240
github.com/opencontainers/go-digest v1.0.0 // indirect
243
241
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
244
- github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
242
+ github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
245
243
github.com/pjbgf/sha1cd v0.3.0 // indirect
246
244
github.com/pkg/errors v0.9.1 // indirect
247
245
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
248
246
github.com/pquerna/cachecontrol v0.1.0 // indirect
249
247
github.com/princjef/mageutil v1.0.0 // indirect
250
248
github.com/prometheus/client_model v0.6.1 // indirect
251
- github.com/prometheus/common v0.55.0 // indirect
249
+ github.com/prometheus/common v0.59.1 // indirect
252
250
github.com/prometheus/procfs v0.15.1 // indirect
253
251
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
254
252
github.com/rivo/uniseg v0.4.4 // indirect
@@ -258,13 +256,13 @@ require (
258
256
github.com/russross/blackfriday/v2 v2.1.0 // indirect
259
257
github.com/sagikazarmark/locafero v0.4.0 // indirect
260
258
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
261
- github.com/sasha-s/go-deadlock v0.3.1 // indirect
259
+ github.com/sasha-s/go-deadlock v0.3.5 // indirect
262
260
github.com/segmentio/asm v1.2.0 // indirect
263
261
github.com/shamaton/msgpack/v2 v2.2.0 // indirect
264
262
github.com/shengdoushi/base58 v1.0.0 // indirect
265
263
github.com/shopspring/decimal v1.4.0 // indirect
266
- github.com/sirupsen/logrus v1.9.2 // indirect
267
- github.com/skeema/knownhosts v1.2.1 // indirect
264
+ github.com/sirupsen/logrus v1.9.3 // indirect
265
+ github.com/skeema/knownhosts v1.2.2 // indirect
268
266
github.com/smarty/assertions v1.15.0 // indirect
269
267
github.com/sourcegraph/conc v0.3.0 // indirect
270
268
github.com/spf13/afero v1.11.0 // indirect
@@ -281,7 +279,7 @@ require (
281
279
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
282
280
github.com/zondax/hid v0.9.2 // indirect
283
281
github.com/zondax/ledger-go v0.14.3 // indirect
284
- go.etcd.io/bbolt v1.3.10 // indirect
282
+ go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
285
283
go.opencensus.io v0.24.0 // indirect
286
284
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
287
285
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
@@ -291,7 +289,7 @@ require (
291
289
go.uber.org/multierr v1.11.0 // indirect
292
290
golang.org/x/crypto v0.28.0 // indirect
293
291
golang.org/x/mod v0.17.0 // indirect
294
- golang.org/x/oauth2 v0.21 .0 // indirect
292
+ golang.org/x/oauth2 v0.22 .0 // indirect
295
293
golang.org/x/sync v0.8.0 // indirect
296
294
golang.org/x/sys v0.26.0 // indirect
297
295
golang.org/x/term v0.25.0 // indirect
@@ -300,7 +298,7 @@ require (
300
298
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
301
299
google.golang.org/api v0.171.0 // indirect
302
300
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
303
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
301
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
304
302
gopkg.in/ini.v1 v1.67.0 // indirect
305
303
gopkg.in/warnings.v0 v0.1.2 // indirect
306
304
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments