Skip to content

Commit b159717

Browse files
committed
chore: bump akash-api
Signed-off-by: Artur Troian <[email protected]>
1 parent cb122b7 commit b159717

File tree

2 files changed

+68
-69
lines changed

2 files changed

+68
-69
lines changed

go.mod

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/akash-network/node
22

3-
go 1.23.0
3+
go 1.23.5
44

55
toolchain go1.23.6
66

77
require (
8-
github.com/akash-network/akash-api v0.0.80
8+
github.com/akash-network/akash-api v0.0.82
99
github.com/blang/semver/v4 v4.0.0
1010
github.com/boz/go-lifecycle v0.1.1
1111
github.com/cosmos/cosmos-sdk v0.45.16
@@ -20,12 +20,12 @@ require (
2020
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20240326020559-581a3f7c677f
2121
github.com/pkg/errors v0.9.1
2222
// don't upgrade it as current cosmos-sdk version uses some functions which were removed after v1.16.0
23-
github.com/prometheus/client_golang v1.16.0
23+
github.com/prometheus/client_golang v1.18.0
2424
github.com/rakyll/statik v0.1.7
2525
github.com/regen-network/cosmos-proto v0.3.1
2626
github.com/rs/zerolog v1.32.0
2727
github.com/spf13/cast v1.6.0
28-
github.com/spf13/cobra v1.8.0
28+
github.com/spf13/cobra v1.8.1
2929
github.com/spf13/pflag v1.0.5
3030
github.com/spf13/viper v1.18.2
3131
github.com/stretchr/testify v1.10.0
@@ -34,7 +34,7 @@ require (
3434
github.com/theckman/yacspin v0.13.12
3535
go.step.sm/crypto v0.44.6
3636
golang.org/x/mod v0.17.0
37-
golang.org/x/oauth2 v0.19.0
37+
golang.org/x/oauth2 v0.23.0
3838
golang.org/x/sync v0.12.0
3939
google.golang.org/grpc v1.63.2
4040
gopkg.in/yaml.v3 v3.0.1
@@ -109,7 +109,7 @@ require (
109109
github.com/cosmos/gorocksdb v1.2.0 // indirect
110110
github.com/cosmos/iavl v0.19.5 // indirect
111111
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
112-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
112+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
113113
github.com/creachadair/taskgroup v0.3.2 // indirect
114114
github.com/danieljoos/wincred v1.1.2 // indirect
115115
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -145,7 +145,7 @@ require (
145145
github.com/gtank/ristretto255 v0.1.2 // indirect
146146
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
147147
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
148-
github.com/hashicorp/hcl v1.0.1-0.20191016231534-914dc3f8dd7c // indirect
148+
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
149149
github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect
150150
github.com/improbable-eng/grpc-web v0.14.1 // indirect
151151
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -159,9 +159,9 @@ require (
159159
github.com/linxGnu/grocksdb v1.7.10 // indirect
160160
github.com/magiconair/properties v1.8.7 // indirect
161161
github.com/mattn/go-colorable v0.1.13 // indirect
162-
github.com/mattn/go-isatty v0.0.19 // indirect
162+
github.com/mattn/go-isatty v0.0.20 // indirect
163163
github.com/mattn/go-runewidth v0.0.13 // indirect
164-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
164+
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
165165
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
166166
github.com/minio/highwayhash v1.0.2 // indirect
167167
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -171,9 +171,9 @@ require (
171171
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
172172
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
173173
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
174-
github.com/prometheus/client_model v0.3.0 // indirect
175-
github.com/prometheus/common v0.42.0 // indirect
176-
github.com/prometheus/procfs v0.10.1 // indirect
174+
github.com/prometheus/client_model v0.5.0 // indirect
175+
github.com/prometheus/common v0.45.0 // indirect
176+
github.com/prometheus/procfs v0.12.0 // indirect
177177
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
178178
github.com/rivo/uniseg v0.2.0 // indirect
179179
github.com/rogpeppe/go-internal v1.12.0 // indirect
@@ -197,26 +197,26 @@ require (
197197
github.com/zondax/hid v0.9.1 // indirect
198198
github.com/zondax/ledger-go v0.14.1 // indirect
199199
go.etcd.io/bbolt v1.3.6 // indirect
200-
go.uber.org/atomic v1.10.0 // indirect
201-
go.uber.org/multierr v1.9.0 // indirect
200+
go.uber.org/multierr v1.11.0 // indirect
202201
golang.org/x/crypto v0.36.0 // indirect
203-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
204-
golang.org/x/net v0.26.0 // indirect
202+
golang.org/x/exp v0.0.0-20231127185646-65229373498e // indirect
203+
golang.org/x/net v0.30.0 // indirect
205204
golang.org/x/sys v0.31.0 // indirect
206205
golang.org/x/term v0.30.0 // indirect
207206
golang.org/x/text v0.23.0 // indirect
208207
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
209208
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
210209
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
211-
google.golang.org/protobuf v1.34.2 // indirect
210+
google.golang.org/protobuf v1.35.1 // indirect
212211
gopkg.in/inf.v0 v0.9.1 // indirect
213212
gopkg.in/ini.v1 v1.67.0 // indirect
214213
gopkg.in/yaml.v2 v2.4.0 // indirect
215-
k8s.io/api v0.31.5 // indirect
216-
k8s.io/apimachinery v0.31.5 // indirect
214+
k8s.io/api v0.32.0 // indirect
215+
k8s.io/apimachinery v0.32.0 // indirect
217216
k8s.io/klog/v2 v2.130.1 // indirect
218-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
217+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
219218
nhooyr.io/websocket v1.8.6 // indirect
220-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
221-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
219+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
220+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
221+
sigs.k8s.io/yaml v1.4.0 // indirect
222222
)

0 commit comments

Comments
 (0)