File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
modules/light-clients/08-wasm Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ module github.com/cosmos/ibc-go/modules/light-clients/08-wasm/v10
2
2
3
3
go 1.23.8
4
4
5
- replace github.com/cosmos/ibc-go/v10 => ../../../
6
-
7
5
replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
8
6
9
7
require (
@@ -26,7 +24,7 @@ require (
26
24
github.com/cosmos/cosmos-db v1.1.1
27
25
github.com/cosmos/cosmos-sdk v0.53.0
28
26
github.com/cosmos/gogoproto v1.7.0
29
- github.com/cosmos/ibc-go/v10 v10.0 .0
27
+ github.com/cosmos/ibc-go/v10 v10.2 .0
30
28
github.com/golang/protobuf v1.5.4
31
29
github.com/grpc-ecosystem/grpc-gateway v1.16.0
32
30
github.com/prysmaticlabs/prysm/v5 v5.3.0
Original file line number Diff line number Diff line change @@ -839,6 +839,8 @@ github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fr
839
839
github.com/cosmos/gogoproto v1.7.0 /go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0 =
840
840
github.com/cosmos/iavl v1.2.2 h1:qHhKW3I70w+04g5KdsdVSHRbFLgt3yY3qTMd4Xa4rC8 =
841
841
github.com/cosmos/iavl v1.2.2 /go.mod h1:GiM43q0pB+uG53mLxLDzimxM9l/5N9UuSY3/D0huuVw =
842
+ github.com/cosmos/ibc-go/v10 v10.2.0 h1:wlk/zqz2O0WRyE6UConoR1ci2HSW02P9ywamZCh5/N4 =
843
+ github.com/cosmos/ibc-go/v10 v10.2.0 /go.mod h1:ijeyJ1FDvXoc5w+rlhpMntjhZ558EF02SBFjroW1hPo =
842
844
github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU =
843
845
github.com/cosmos/ics23/go v0.11.0 /go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0 =
844
846
github.com/cosmos/ledger-cosmos-go v0.14.0 h1:WfCHricT3rPbkPSVKRH+L4fQGKYHuGOK9Edpel8TYpE =
You can’t perform that action at this time.
0 commit comments