File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
modules/light-clients/08-wasm Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,7 @@ module github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v11
22
33go 1.25.8
44
5- replace (
6- github.com/cosmos/ibc-go/v11 => ../../../
7- github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
8- )
5+ replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
96
107require (
118 cosmossdk.io/api v1.0.0
@@ -23,7 +20,7 @@ require (
2320 github.com/cosmos/cosmos-sdk v0.54.0-rc.3
2421 github.com/cosmos/cosmos-sdk/store/v2 v2.0.0-rc.0
2522 github.com/cosmos/gogoproto v1.7.2
26- github.com/cosmos/ibc-go/v11 v11.0.0-20260325172943-4f9ef9d030d6
23+ github.com/cosmos/ibc-go/v11 v11.0.0-rc.0
2724 github.com/golang/protobuf v1.5.4
2825 github.com/grpc-ecosystem/grpc-gateway v1.16.0
2926 github.com/spf13/cast v1.10.0
Original file line number Diff line number Diff line change @@ -251,6 +251,8 @@ github.com/cosmos/gogoproto v1.7.2 h1:5G25McIraOC0mRFv9TVO139Uh3OklV2hczr13KKVHC
251251github.com/cosmos/gogoproto v1.7.2 /go.mod h1:8S7w53P1Y1cHwND64o0BnArT6RmdgIvsBuco6uTllsk =
252252github.com/cosmos/iavl v1.2.6 h1:Hs3LndJbkIB+rEvToKJFXZvKo6Vy0Ex1SJ54hhtioIs =
253253github.com/cosmos/iavl v1.2.6 /go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw =
254+ github.com/cosmos/ibc-go/v11 v11.0.0-rc.0 h1:vkxXHhx+wq73Nb3A+gGVpJJB5QSARaD1h4fZ9YOXhzQ =
255+ github.com/cosmos/ibc-go/v11 v11.0.0-rc.0 /go.mod h1:Rzh91nYrsrua7b8PvqwuQZrW2KMyArBRfmIv6bmdXcU =
254256github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU =
255257github.com/cosmos/ics23/go v0.11.0 /go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0 =
256258github.com/cosmos/ledger-cosmos-go v1.0.0 h1:jNKW89nPf0vR0EkjHG8Zz16h6p3zqwYEOxlHArwgYtw =
You can’t perform that action at this time.
0 commit comments