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
22
33go 1.23.8
44
5- replace github.com/cosmos/ibc-go/v10 => ../../../
6-
75replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
86
97require (
@@ -26,7 +24,7 @@ require (
2624 github.com/cosmos/cosmos-db v1.1.1
2725 github.com/cosmos/cosmos-sdk v0.53.0
2826 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
3028 github.com/golang/protobuf v1.5.4
3129 github.com/grpc-ecosystem/grpc-gateway v1.16.0
3230 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
839839github.com/cosmos/gogoproto v1.7.0 /go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0 =
840840github.com/cosmos/iavl v1.2.2 h1:qHhKW3I70w+04g5KdsdVSHRbFLgt3yY3qTMd4Xa4rC8 =
841841github.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 =
842844github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU =
843845github.com/cosmos/ics23/go v0.11.0 /go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0 =
844846github.com/cosmos/ledger-cosmos-go v0.14.0 h1:WfCHricT3rPbkPSVKRH+L4fQGKYHuGOK9Edpel8TYpE =
You can’t perform that action at this time.
0 commit comments