@@ -5,19 +5,19 @@ go 1.21
5
5
toolchain go1.21.4
6
6
7
7
require (
8
- cosmossdk.io/api v0.7.3
8
+ cosmossdk.io/api v0.7.4
9
9
cosmossdk.io/core v0.11.0
10
10
cosmossdk.io/depinject v1.0.0-alpha.4
11
11
cosmossdk.io/errors v1.0.1
12
12
cosmossdk.io/log v1.3.1
13
13
cosmossdk.io/math v1.3.0
14
- cosmossdk.io/store v1.0.2
14
+ cosmossdk.io/store v1.1.0
15
15
github.com/bufbuild/buf v1.28.1
16
- github.com/cometbft/cometbft v0.38.5
16
+ github.com/cometbft/cometbft v0.38.6
17
17
github.com/cosmos/cosmos-db v1.0.2
18
- github.com/cosmos/cosmos-proto v1.0.0-beta.4
19
- github.com/cosmos/cosmos-sdk v0.50.5
20
- github.com/cosmos/gogoproto v1.4.11
18
+ github.com/cosmos/cosmos-proto v1.0.0-beta.5
19
+ github.com/cosmos/cosmos-sdk v0.50.6
20
+ github.com/cosmos/gogoproto v1.4.12
21
21
github.com/golang/protobuf v1.5.4
22
22
github.com/google/uuid v1.6.0
23
23
github.com/grpc-ecosystem/grpc-gateway v1.16.0
@@ -26,9 +26,9 @@ require (
26
26
github.com/spf13/viper v1.18.2
27
27
github.com/stretchr/testify v1.9.0
28
28
github.com/unigrid-project/cosmos-common v0.0.8
29
- golang.org/x/tools v0.18 .0
30
- google.golang.org/genproto/googleapis/api v0.0.0-20240205150955-31a09d347014
31
- google.golang.org/grpc v1.62.0
29
+ golang.org/x/tools v0.20 .0
30
+ google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de
31
+ google.golang.org/grpc v1.63.2
32
32
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
33
33
google.golang.org/protobuf v1.33.0
34
34
)
@@ -39,7 +39,7 @@ require (
39
39
connectrpc.com/connect v1.12.0 // indirect
40
40
connectrpc.com/otelconnect v0.6.0 // indirect
41
41
cosmossdk.io/collections v0.4.0 // indirect
42
- cosmossdk.io/x/tx v0.13.1 // indirect
42
+ cosmossdk.io/x/tx v0.13.2 // indirect
43
43
filippo.io/edwards25519 v1.0.0 // indirect
44
44
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
45
45
github.com/99designs/keyring v1.2.1 // indirect
@@ -55,7 +55,7 @@ require (
55
55
github.com/bufbuild/protovalidate-go v0.4.1 // indirect
56
56
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
57
57
github.com/cespare/xxhash v1.1.0 // indirect
58
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
58
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
59
59
github.com/cockroachdb/errors v1.11.1 // indirect
60
60
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
61
61
github.com/cockroachdb/pebble v1.1.0 // indirect
@@ -66,7 +66,7 @@ require (
66
66
github.com/cosmos/btcutil v1.0.5 // indirect
67
67
github.com/cosmos/go-bip39 v1.0.0 // indirect
68
68
github.com/cosmos/gogogateway v1.2.0 // indirect
69
- github.com/cosmos/iavl v1.0.1 // indirect
69
+ github.com/cosmos/iavl v1.1.2 // indirect
70
70
github.com/cosmos/ics23/go v0.10.0 // indirect
71
71
github.com/cosmos/ledger-cosmos-go v0.13.3 // indirect
72
72
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
@@ -120,7 +120,7 @@ require (
120
120
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
121
121
github.com/hashicorp/go-hclog v1.5.0 // indirect
122
122
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
123
- github.com/hashicorp/go-metrics v0.5.2 // indirect
123
+ github.com/hashicorp/go-metrics v0.5.3 // indirect
124
124
github.com/hashicorp/go-plugin v1.5.2 // indirect
125
125
github.com/hashicorp/go-uuid v1.0.2 // indirect
126
126
github.com/hashicorp/golang-lru v1.0.2 // indirect
@@ -139,7 +139,7 @@ require (
139
139
github.com/kr/text v0.2.0 // indirect
140
140
github.com/lib/pq v1.10.7 // indirect
141
141
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
142
- github.com/linxGnu/grocksdb v1.8.12 // indirect
142
+ github.com/linxGnu/grocksdb v1.8.14 // indirect
143
143
github.com/magiconair/properties v1.8.7 // indirect
144
144
github.com/mattn/go-colorable v0.1.13 // indirect
145
145
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -155,15 +155,15 @@ require (
155
155
github.com/opencontainers/go-digest v1.0.0 // indirect
156
156
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
157
157
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
158
- github.com/petermattis/goid v0.0.0-20230904192822-1876fd5063bc // indirect
158
+ github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
159
159
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
160
160
github.com/pkg/errors v0.9.1 // indirect
161
161
github.com/pkg/profile v1.7.0 // indirect
162
162
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
163
- github.com/prometheus/client_golang v1.18 .0 // indirect
164
- github.com/prometheus/client_model v0.6.0 // indirect
165
- github.com/prometheus/common v0.47.0 // indirect
166
- github.com/prometheus/procfs v0.12 .0 // indirect
163
+ github.com/prometheus/client_golang v1.19 .0 // indirect
164
+ github.com/prometheus/client_model v0.6.1 // indirect
165
+ github.com/prometheus/common v0.52.2 // indirect
166
+ github.com/prometheus/procfs v0.13 .0 // indirect
167
167
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
168
168
github.com/rogpeppe/go-internal v1.12.0 // indirect
169
169
github.com/rs/cors v1.10.1 // indirect
@@ -195,16 +195,16 @@ require (
195
195
go.uber.org/atomic v1.11.0 // indirect
196
196
go.uber.org/multierr v1.11.0 // indirect
197
197
go.uber.org/zap v1.26.0 // indirect
198
- golang.org/x/crypto v0.19 .0 // indirect
199
- golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
200
- golang.org/x/mod v0.15 .0 // indirect
201
- golang.org/x/net v0.21 .0 // indirect
202
- golang.org/x/sync v0.6 .0 // indirect
203
- golang.org/x/sys v0.17 .0 // indirect
204
- golang.org/x/term v0.17 .0 // indirect
198
+ golang.org/x/crypto v0.22 .0 // indirect
199
+ golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
200
+ golang.org/x/mod v0.17 .0 // indirect
201
+ golang.org/x/net v0.24 .0 // indirect
202
+ golang.org/x/sync v0.7 .0 // indirect
203
+ golang.org/x/sys v0.19 .0 // indirect
204
+ golang.org/x/term v0.19 .0 // indirect
205
205
golang.org/x/text v0.14.0 // indirect
206
- google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
207
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240221002015-b0ce06bbee7c // indirect
206
+ google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
207
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
208
208
gopkg.in/ini.v1 v1.67.0 // indirect
209
209
gopkg.in/yaml.v2 v2.4.0 // indirect
210
210
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments