Skip to content

Commit 8526a22

Browse files
chore(deps): bump github.com/cometbft/cometbft in /interchaintest (#105)
Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.38.12 to 0.38.15. - [Release notes](https://github.com/cometbft/cometbft/releases) - [Changelog](https://github.com/cometbft/cometbft/blob/v0.38.15/CHANGELOG.md) - [Commits](cometbft/cometbft@v0.38.12...v0.38.15) --- updated-dependencies: - dependency-name: github.com/cometbft/cometbft dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ce2e61 commit 8526a22

File tree

2 files changed

+66
-69
lines changed

2 files changed

+66
-69
lines changed

interchaintest/go.mod

+21-21
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
cloud.google.com/go v0.112.2 // indirect
3535
cloud.google.com/go/auth v0.3.0 // indirect
3636
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
37-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
37+
cloud.google.com/go/compute/metadata v0.5.0 // indirect
3838
cloud.google.com/go/iam v1.1.7 // indirect
3939
cloud.google.com/go/storage v1.40.0 // indirect
4040
cosmossdk.io/api v0.7.5 // indirect
@@ -66,7 +66,6 @@ require (
6666
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
6767
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
6868
github.com/bits-and-blooms/bitset v1.13.0 // indirect
69-
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
7069
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
7170
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7271
github.com/chzyer/readline v1.5.1 // indirect
@@ -76,8 +75,8 @@ require (
7675
github.com/cockroachdb/pebble v1.1.1 // indirect
7776
github.com/cockroachdb/redact v1.1.5 // indirect
7877
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
79-
github.com/cometbft/cometbft v0.38.12 // indirect
80-
github.com/cometbft/cometbft-db v0.12.0 // indirect
78+
github.com/cometbft/cometbft v0.38.15 // indirect
79+
github.com/cometbft/cometbft-db v0.14.1 // indirect
8180
github.com/containerd/log v0.1.0 // indirect
8281
github.com/cosmos/btcutil v1.0.5 // indirect
8382
github.com/cosmos/cosmos-db v1.0.2 // indirect
@@ -119,12 +118,12 @@ require (
119118
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
120119
github.com/gogo/googleapis v1.4.1 // indirect
121120
github.com/gogo/protobuf v1.3.3 // indirect
122-
github.com/golang/glog v1.2.1 // indirect
121+
github.com/golang/glog v1.2.2 // indirect
123122
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
124123
github.com/golang/mock v1.6.0 // indirect
125124
github.com/golang/protobuf v1.5.4 // indirect
126125
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
127-
github.com/google/btree v1.1.2 // indirect
126+
github.com/google/btree v1.1.3 // indirect
128127
github.com/google/flatbuffers v24.3.25+incompatible // indirect
129128
github.com/google/go-cmp v0.6.0 // indirect
130129
github.com/google/orderedcode v0.0.1 // indirect
@@ -175,12 +174,13 @@ require (
175174
github.com/mattn/go-colorable v0.1.13 // indirect
176175
github.com/mattn/go-isatty v0.0.20 // indirect
177176
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
178-
github.com/minio/highwayhash v1.0.2 // indirect
177+
github.com/minio/highwayhash v1.0.3 // indirect
179178
github.com/minio/sha256-simd v1.0.1 // indirect
180179
github.com/misko9/go-substrate-rpc-client/v4 v4.0.0-20240603204351-26b456ae3afe // indirect
181180
github.com/mitchellh/go-homedir v1.1.0 // indirect
182181
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
183182
github.com/mitchellh/mapstructure v1.5.0 // indirect
183+
github.com/morikuni/aec v1.0.0 // indirect
184184
github.com/mr-tron/base58 v1.2.0 // indirect
185185
github.com/mtibben/percent v0.2.1 // indirect
186186
github.com/multiformats/go-base32 v0.1.0 // indirect
@@ -198,13 +198,13 @@ require (
198198
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
199199
github.com/pelletier/go-toml v1.9.5 // indirect
200200
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
201-
github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba // indirect
201+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
202202
github.com/pierrec/xxHash v0.1.5 // indirect
203203
github.com/pkg/errors v0.9.1 // indirect
204204
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
205-
github.com/prometheus/client_golang v1.20.1 // indirect
205+
github.com/prometheus/client_golang v1.20.5 // indirect
206206
github.com/prometheus/client_model v0.6.1 // indirect
207-
github.com/prometheus/common v0.55.0 // indirect
207+
github.com/prometheus/common v0.60.1 // indirect
208208
github.com/prometheus/procfs v0.15.1 // indirect
209209
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
210210
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
@@ -213,7 +213,7 @@ require (
213213
github.com/rs/zerolog v1.32.0 // indirect
214214
github.com/sagikazarmark/locafero v0.4.0 // indirect
215215
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
216-
github.com/sasha-s/go-deadlock v0.3.1 // indirect
216+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
217217
github.com/sourcegraph/conc v0.3.0 // indirect
218218
github.com/spaolacci/murmur3 v1.1.0 // indirect
219219
github.com/spf13/afero v1.11.0 // indirect
@@ -240,23 +240,23 @@ require (
240240
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
241241
go.opentelemetry.io/otel/trace v1.28.0 // indirect
242242
go.uber.org/multierr v1.11.0 // indirect
243-
golang.org/x/crypto v0.26.0 // indirect
243+
golang.org/x/crypto v0.28.0 // indirect
244244
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
245245
golang.org/x/mod v0.17.0 // indirect
246-
golang.org/x/net v0.28.0 // indirect
247-
golang.org/x/oauth2 v0.21.0 // indirect
246+
golang.org/x/net v0.30.0 // indirect
247+
golang.org/x/oauth2 v0.23.0 // indirect
248248
golang.org/x/sync v0.8.0 // indirect
249-
golang.org/x/sys v0.23.0 // indirect
250-
golang.org/x/term v0.23.0 // indirect
251-
golang.org/x/text v0.17.0 // indirect
249+
golang.org/x/sys v0.26.0 // indirect
250+
golang.org/x/term v0.25.0 // indirect
251+
golang.org/x/text v0.19.0 // indirect
252252
golang.org/x/time v0.5.0 // indirect
253253
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
254254
google.golang.org/api v0.176.1 // indirect
255255
google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be // indirect
256-
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
257-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
258-
google.golang.org/grpc v1.65.0 // indirect
259-
google.golang.org/protobuf v1.34.2 // indirect
256+
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
257+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
258+
google.golang.org/grpc v1.67.1 // indirect
259+
google.golang.org/protobuf v1.35.1 // indirect
260260
gopkg.in/ini.v1 v1.67.0 // indirect
261261
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
262262
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)