Skip to content

Commit 2fd5341

Browse files
authored
chore: dependency prep (#24179)
1 parent 150f12e commit 2fd5341

File tree

32 files changed

+654
-679
lines changed

32 files changed

+654
-679
lines changed

.github/workflows/dependabot-update-all.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.actor == 'dependabot[bot]' }}
1515
steps:
1616
- name: Generate Token
17-
uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
17+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
1818
id: app-token
1919
with:
2020
app-id: "${{ secrets.APP_ID }}"

client/v2/autocli/testdata/help-toplevel-msg.golden

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Usage:
55
test [command]
66

77
Available Commands:
8-
burn Execute the Burn RPC method
98
completion Generate the autocompletion script for the specified shell
109
help Help about any command
1110
multi-send Execute the MultiSend RPC method

client/v2/go.mod

+30-27
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module cosmossdk.io/client/v2
22

33
go 1.23.0
44

5+
replace cosmossdk.io/api => ../../api
6+
7+
replace cosmossdk.io/depinject => ../../depinject
8+
59
require (
610
cosmossdk.io/api v0.7.6
711
cosmossdk.io/core v0.11.0
@@ -15,7 +19,7 @@ require (
1519
github.com/spf13/pflag v1.0.6
1620
github.com/stretchr/testify v1.10.0
1721
google.golang.org/grpc v1.71.0
18-
google.golang.org/protobuf v1.36.5
22+
google.golang.org/protobuf v1.36.6
1923
gotest.tools/v3 v3.5.2
2024
sigs.k8s.io/yaml v1.4.0
2125
)
@@ -32,11 +36,9 @@ require (
3236
github.com/DataDog/zstd v1.5.5 // indirect
3337
github.com/beorn7/perks v1.0.1 // indirect
3438
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
35-
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
3639
github.com/bytedance/sonic v1.12.3 // indirect
3740
github.com/bytedance/sonic/loader v0.2.0 // indirect
3841
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
39-
github.com/cespare/xxhash v1.1.0 // indirect
4042
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4143
github.com/cloudwego/base64x v0.1.4 // indirect
4244
github.com/cloudwego/iasm v0.2.0 // indirect
@@ -46,8 +48,8 @@ require (
4648
github.com/cockroachdb/pebble v1.1.2 // indirect
4749
github.com/cockroachdb/redact v1.1.5 // indirect
4850
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
49-
github.com/cometbft/cometbft v0.38.12 // indirect
50-
github.com/cometbft/cometbft-db v0.11.0 // indirect
51+
github.com/cometbft/cometbft v0.38.17 // indirect
52+
github.com/cometbft/cometbft-db v0.14.1 // indirect
5153
github.com/cosmos/btcutil v1.0.5 // indirect
5254
github.com/cosmos/cosmos-db v1.1.1 // indirect
5355
github.com/cosmos/go-bip39 v1.0.0 // indirect
@@ -58,31 +60,32 @@ require (
5860
github.com/cosmos/ledger-cosmos-go v0.14.0 // indirect
5961
github.com/danieljoos/wincred v1.1.2 // indirect
6062
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
61-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
63+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
6264
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
63-
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
65+
github.com/dgraph-io/badger/v4 v4.2.0 // indirect
6466
github.com/dgraph-io/ristretto v0.1.1 // indirect
65-
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
6667
github.com/dustin/go-humanize v1.0.1 // indirect
6768
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
6869
github.com/emicklei/dot v1.6.2 // indirect
6970
github.com/fatih/color v1.15.0 // indirect
7071
github.com/felixge/httpsnoop v1.0.4 // indirect
7172
github.com/fsnotify/fsnotify v1.8.0 // indirect
7273
github.com/getsentry/sentry-go v0.27.0 // indirect
73-
github.com/go-kit/kit v0.12.0 // indirect
74+
github.com/go-kit/kit v0.13.0 // indirect
7475
github.com/go-kit/log v0.2.1 // indirect
7576
github.com/go-logfmt/logfmt v0.6.0 // indirect
7677
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
7778
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
7879
github.com/gogo/googleapis v1.4.1 // indirect
7980
github.com/gogo/protobuf v1.3.2 // indirect
8081
github.com/golang/glog v1.2.4 // indirect
82+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8183
github.com/golang/mock v1.6.0 // indirect
8284
github.com/golang/protobuf v1.5.4 // indirect
8385
github.com/golang/snappy v0.0.4 // indirect
8486
github.com/google/btree v1.1.3 // indirect
85-
github.com/google/go-cmp v0.6.0 // indirect
87+
github.com/google/flatbuffers v1.12.1 // indirect
88+
github.com/google/go-cmp v0.7.0 // indirect
8689
github.com/google/orderedcode v0.0.1 // indirect
8790
github.com/gorilla/handlers v1.5.1 // indirect
8891
github.com/gorilla/mux v1.8.0 // indirect
@@ -107,30 +110,30 @@ require (
107110
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
108111
github.com/kr/pretty v0.3.1 // indirect
109112
github.com/kr/text v0.2.0 // indirect
110-
github.com/lib/pq v1.10.7 // indirect
113+
github.com/lib/pq v1.10.9 // indirect
111114
github.com/linxGnu/grocksdb v1.8.14 // indirect
112115
github.com/mattn/go-colorable v0.1.13 // indirect
113116
github.com/mattn/go-isatty v0.0.20 // indirect
114-
github.com/minio/highwayhash v1.0.2 // indirect
117+
github.com/minio/highwayhash v1.0.3 // indirect
115118
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
116119
github.com/mtibben/percent v0.2.1 // indirect
117120
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
118121
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
119122
github.com/oklog/run v1.1.0 // indirect
120123
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
121-
github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
124+
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
122125
github.com/pkg/errors v0.9.1 // indirect
123126
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
124-
github.com/prometheus/client_golang v1.20.1 // indirect
127+
github.com/prometheus/client_golang v1.20.5 // indirect
125128
github.com/prometheus/client_model v0.6.1 // indirect
126-
github.com/prometheus/common v0.55.0 // indirect
129+
github.com/prometheus/common v0.62.0 // indirect
127130
github.com/prometheus/procfs v0.15.1 // indirect
128131
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
129132
github.com/rogpeppe/go-internal v1.12.0 // indirect
130133
github.com/rs/cors v1.11.1 // indirect
131134
github.com/rs/zerolog v1.33.0 // indirect
132135
github.com/sagikazarmark/locafero v0.7.0 // indirect
133-
github.com/sasha-s/go-deadlock v0.3.1 // indirect
136+
github.com/sasha-s/go-deadlock v0.3.5 // indirect
134137
github.com/sourcegraph/conc v0.3.0 // indirect
135138
github.com/spf13/afero v1.12.0 // indirect
136139
github.com/spf13/cast v1.7.1 // indirect
@@ -142,20 +145,20 @@ require (
142145
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
143146
github.com/zondax/hid v0.9.2 // indirect
144147
github.com/zondax/ledger-go v0.14.3 // indirect
145-
go.etcd.io/bbolt v1.3.10 // indirect
148+
go.etcd.io/bbolt v1.4.0-alpha.0.0.20240404170359-43604f3112c5 // indirect
149+
go.opencensus.io v0.24.0 // indirect
146150
go.uber.org/multierr v1.10.0 // indirect
147151
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
148-
golang.org/x/crypto v0.35.0 // indirect
149-
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
150-
golang.org/x/net v0.35.0 // indirect
151-
golang.org/x/sync v0.11.0 // indirect
152-
golang.org/x/sys v0.30.0 // indirect
153-
golang.org/x/term v0.29.0 // indirect
154-
golang.org/x/text v0.22.0 // indirect
155-
golang.org/x/tools v0.22.0 // indirect
152+
golang.org/x/crypto v0.36.0 // indirect
153+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
154+
golang.org/x/net v0.38.0 // indirect
155+
golang.org/x/sync v0.12.0 // indirect
156+
golang.org/x/sys v0.31.0 // indirect
157+
golang.org/x/term v0.30.0 // indirect
158+
golang.org/x/text v0.23.0 // indirect
156159
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
157-
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
158-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
160+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
161+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
159162
gopkg.in/yaml.v3 v3.0.1 // indirect
160163
nhooyr.io/websocket v1.8.6 // indirect
161164
pgregory.net/rapid v1.1.0 // indirect

0 commit comments

Comments
 (0)