@@ -6,46 +6,46 @@ require (
6
6
cosmossdk.io/api v0.7.2
7
7
cosmossdk.io/client/v2 v2.0.0-beta.1
8
8
cosmossdk.io/core v0.11.0
9
- cosmossdk.io/errors v1.0.0
10
- cosmossdk.io/log v1.2.1
9
+ cosmossdk.io/errors v1.0.1
10
+ cosmossdk.io/log v1.3.0
11
11
cosmossdk.io/math v1.2.0
12
- cosmossdk.io/store v1.0.1
12
+ cosmossdk.io/store v1.0.2
13
13
cosmossdk.io/tools/confix v0.1.1
14
14
cosmossdk.io/x/feegrant v0.1.0
15
15
cosmossdk.io/x/upgrade v0.1.1
16
16
// we also need to update `LIBWASMVM_VERSION` of images/private/Dockerfile#5
17
17
github.com/CosmWasm/wasmd v0.50.0
18
18
github.com/cometbft/cometbft v0.38.2
19
19
github.com/cosmos/cosmos-db v1.0.0
20
- github.com/cosmos/cosmos-sdk v0.50.2
20
+ github.com/cosmos/cosmos-sdk v0.50.3
21
21
github.com/cosmos/go-bip39 v1.0.0
22
22
github.com/cosmos/gogoproto v1.4.11
23
23
github.com/cosmos/ibc-go/modules/capability v1.0.0
24
24
github.com/cosmos/ibc-go/v8 v8.0.0
25
25
github.com/golang/mock v1.6.0
26
26
github.com/gorilla/mux v1.8.1
27
- github.com/initia-labs/OPinit v0.2.0-beta.0
28
- github.com/initia-labs/initia v0.2.0-beta.0
27
+ github.com/initia-labs/OPinit v0.2.0-beta.1
28
+ github.com/initia-labs/initia v0.2.0-beta.5
29
29
github.com/pkg/errors v0.9.1
30
- github.com/prometheus/client_golang v1.17 .0
30
+ github.com/prometheus/client_golang v1.18 .0
31
31
github.com/rakyll/statik v0.1.7
32
32
github.com/skip-mev/block-sdk v0.0.0-20231213233341-deceeb0e993b
33
- github.com/spf13/cast v1.5.1
33
+ github.com/spf13/cast v1.6.0
34
34
github.com/spf13/cobra v1.8.0
35
- github.com/spf13/viper v1.17.0
35
+ github.com/spf13/viper v1.18.2
36
36
github.com/stretchr/testify v1.8.4
37
37
)
38
38
39
39
require (
40
- cloud.google.com/go v0.110.9 // indirect
41
- cloud.google.com/go/compute v1.23.2 // indirect
40
+ cloud.google.com/go v0.110.10 // indirect
41
+ cloud.google.com/go/compute v1.23.3 // indirect
42
42
cloud.google.com/go/compute/metadata v0.2.3 // indirect
43
- cloud.google.com/go/iam v1.1.4 // indirect
44
- cloud.google.com/go/storage v1.30 .1 // indirect
43
+ cloud.google.com/go/iam v1.1.5 // indirect
44
+ cloud.google.com/go/storage v1.35 .1 // indirect
45
45
cosmossdk.io/collections v0.4.0 // indirect
46
46
cosmossdk.io/depinject v1.0.0-alpha.4 // indirect
47
47
cosmossdk.io/x/evidence v0.1.0 // indirect
48
- cosmossdk.io/x/tx v0.12 .0 // indirect
48
+ cosmossdk.io/x/tx v0.13 .0 // indirect
49
49
filippo.io/edwards25519 v1.0.0 // indirect
50
50
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
51
51
github.com/99designs/keyring v1.2.1 // indirect
@@ -56,7 +56,7 @@ require (
56
56
github.com/beorn7/perks v1.0.1 // indirect
57
57
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
58
58
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
59
- github.com/bits-and-blooms/bitset v1.8 .0 // indirect
59
+ github.com/bits-and-blooms/bitset v1.13 .0 // indirect
60
60
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
61
61
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
62
62
github.com/cespare/xxhash v1.1.0 // indirect
@@ -90,9 +90,9 @@ require (
90
90
github.com/emicklei/dot v1.6.0 // indirect
91
91
github.com/fatih/color v1.16.0 // indirect
92
92
github.com/felixge/httpsnoop v1.0.4 // indirect
93
- github.com/fsnotify/fsnotify v1.6 .0 // indirect
93
+ github.com/fsnotify/fsnotify v1.7 .0 // indirect
94
94
github.com/getsentry/sentry-go v0.25.0 // indirect
95
- github.com/go-kit/kit v0.12 .0 // indirect
95
+ github.com/go-kit/kit v0.13 .0 // indirect
96
96
github.com/go-kit/log v0.2.1 // indirect
97
97
github.com/go-logfmt/logfmt v0.6.0 // indirect
98
98
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
@@ -101,17 +101,17 @@ require (
101
101
github.com/golang/glog v1.2.0 // indirect
102
102
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
103
103
github.com/golang/protobuf v1.5.3 // indirect
104
- github.com/golang/snappy v0.0.4 // indirect
104
+ github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
105
105
github.com/google/btree v1.1.2 // indirect
106
106
github.com/google/go-cmp v0.6.0 // indirect
107
107
github.com/google/gofuzz v1.2.0 // indirect
108
108
github.com/google/orderedcode v0.0.1 // indirect
109
109
github.com/google/s2a-go v0.1.7 // indirect
110
- github.com/google/uuid v1.3.1 // indirect
111
- github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
110
+ github.com/google/uuid v1.4.0 // indirect
111
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
112
112
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
113
113
github.com/gorilla/handlers v1.5.2 // indirect
114
- github.com/gorilla/websocket v1.5.0 // indirect
114
+ github.com/gorilla/websocket v1.5.1 // indirect
115
115
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
116
116
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
117
117
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
@@ -152,7 +152,7 @@ require (
152
152
github.com/oasisprotocol/curve25519-voi v0.0.0-20230904125328-1f23a7beb09a // indirect
153
153
github.com/oklog/run v1.1.0 // indirect
154
154
github.com/opencontainers/go-digest v1.0.0 // indirect
155
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
155
+ github.com/pelletier/go-toml/v2 v2.1.1 // indirect
156
156
github.com/petermattis/goid v0.0.0-20230904192822-1876fd5063bc // indirect
157
157
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
158
158
github.com/prometheus/client_model v0.5.0 // indirect
@@ -162,11 +162,12 @@ require (
162
162
github.com/rogpeppe/go-internal v1.11.0 // indirect
163
163
github.com/rs/cors v1.8.3 // indirect
164
164
github.com/rs/zerolog v1.31.0 // indirect
165
- github.com/sagikazarmark/locafero v0.3 .0 // indirect
165
+ github.com/sagikazarmark/locafero v0.4 .0 // indirect
166
166
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
167
167
github.com/sasha-s/go-deadlock v0.3.1 // indirect
168
+ github.com/skip-mev/slinky v0.0.0-20240117193954-22f7433da9a4 // indirect
168
169
github.com/sourcegraph/conc v0.3.0 // indirect
169
- github.com/spf13/afero v1.10 .0 // indirect
170
+ github.com/spf13/afero v1.11 .0 // indirect
170
171
github.com/spf13/pflag v1.0.5 // indirect
171
172
github.com/subosito/gotenv v1.6.0 // indirect
172
173
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
@@ -178,22 +179,23 @@ require (
178
179
go.etcd.io/bbolt v1.3.8 // indirect
179
180
go.opencensus.io v0.24.0 // indirect
180
181
go.uber.org/multierr v1.11.0 // indirect
181
- golang.org/x/crypto v0.16 .0 // indirect
182
+ golang.org/x/crypto v0.18 .0 // indirect
182
183
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
183
- golang.org/x/net v0.19 .0 // indirect
184
- golang.org/x/oauth2 v0.12 .0 // indirect
184
+ golang.org/x/net v0.20 .0 // indirect
185
+ golang.org/x/oauth2 v0.15 .0 // indirect
185
186
golang.org/x/sync v0.5.0 // indirect
186
- golang.org/x/sys v0.15 .0 // indirect
187
- golang.org/x/term v0.15 .0 // indirect
187
+ golang.org/x/sys v0.16 .0 // indirect
188
+ golang.org/x/term v0.16 .0 // indirect
188
189
golang.org/x/text v0.14.0 // indirect
190
+ golang.org/x/time v0.5.0 // indirect
189
191
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
190
- google.golang.org/api v0.143 .0 // indirect
191
- google.golang.org/appengine v1.6.7 // indirect
192
- google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
193
- google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
194
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
195
- google.golang.org/grpc v1.59.0 // indirect
196
- google.golang.org/protobuf v1.31 .0 // indirect
192
+ google.golang.org/api v0.153 .0 // indirect
193
+ google.golang.org/appengine v1.6.8 // indirect
194
+ google.golang.org/genproto v0.0.0-20231211222908-989df2bf70f3 // indirect
195
+ google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
196
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
197
+ google.golang.org/grpc v1.60.1 // indirect
198
+ google.golang.org/protobuf v1.32 .0 // indirect
197
199
gopkg.in/ini.v1 v1.67.0 // indirect
198
200
gopkg.in/yaml.v2 v2.4.0 // indirect
199
201
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -208,7 +210,7 @@ replace (
208
210
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
209
211
210
212
github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20240104081544-34081fc84daf
211
- github.com/cosmos/cosmos-sdk => github.com/initia-labs/cosmos-sdk v0.0.0-20240103092915-bf1e1bc520d0
213
+ github.com/cosmos/cosmos-sdk => github.com/initia-labs/cosmos-sdk v0.0.0-20240116115600-110a2328c217
212
214
213
215
// dgrijalva/jwt-go is deprecated and doesn't receive security updates.
214
216
// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
0 commit comments