@@ -32,8 +32,8 @@ require (
32
32
github.com/golang/protobuf v1.5.4
33
33
github.com/gorilla/mux v1.8.1
34
34
github.com/grpc-ecosystem/grpc-gateway v1.16.0
35
- github.com/initia-labs/OPinit v0.2.2
36
- github.com/initia-labs/initia v0.2.3
35
+ github.com/initia-labs/OPinit v0.2.2-0.20240326110012-c9784a2d7baa
36
+ github.com/initia-labs/initia v0.2.2
37
37
github.com/pkg/errors v0.9.1
38
38
github.com/prometheus/client_golang v1.18.0
39
39
github.com/rakyll/statik v0.1.7
@@ -69,6 +69,7 @@ require (
69
69
github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
70
70
github.com/bits-and-blooms/bitset v1.13.0 // indirect
71
71
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
72
+ github.com/celestiaorg/go-square v1.0.1 // indirect
72
73
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
73
74
github.com/cespare/xxhash v1.1.0 // indirect
74
75
github.com/cespare/xxhash/v2 v2.2.0 // indirect
@@ -141,6 +142,7 @@ require (
141
142
github.com/iancoleman/strcase v0.3.0 // indirect
142
143
github.com/improbable-eng/grpc-web v0.15.0 // indirect
143
144
github.com/inconshreveable/mousetrap v1.1.0 // indirect
145
+ github.com/initia-labs/OPinit/api v0.0.0-20240326110012-c9784a2d7baa // indirect
144
146
github.com/jmespath/go-jmespath v0.4.0 // indirect
145
147
github.com/jmhodges/levigo v1.0.0 // indirect
146
148
github.com/klauspost/compress v1.17.7 // indirect
@@ -217,8 +219,8 @@ require (
217
219
replace (
218
220
// use cosmos fork of keyring
219
221
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
222
+ github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20240329070743-a3d01c08e362
220
223
221
- github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20240104081544-34081fc84daf
222
224
github.com/cosmos/cosmos-sdk => github.com/initia-labs/cosmos-sdk v0.0.0-20240313050640-ff14560eeb21
223
225
224
226
github.com/cosmos/iavl => github.com/initia-labs/iavl v0.0.0-20240208034922-5d81c449d4c0
@@ -233,7 +235,6 @@ replace (
233
235
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
234
236
235
237
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
236
-
237
238
// Downgraded to avoid bugs in following commits which caused simulations to fail.
238
239
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
239
240
)
0 commit comments