File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ module github.com/cosmos/ibc-go/api
2
2
3
3
go 1.22.0
4
4
5
- // replace github.com/cosmos/ics23/go/api => ../../ics23/go/api
5
+ // NOTE: This replaces points the ics23 dependency to a protov2 compatible encoding format which also uses pulsar.
6
+ // This should be removed and reverted when depinject supports protov1 with gogoproto.
7
+ replace github.com/cosmos/ics23/go/api => github.com/cosmos/ics23/go/api v0.0.0-20240417162222-d137921f67b6
6
8
7
9
require (
8
10
cosmossdk.io/api v0.7.2
9
11
github.com/cosmos/cosmos-proto v1.0.0-beta.4
10
12
github.com/cosmos/gogoproto v1.4.11
11
- // github.com/cosmos/ics23/go/api v0.0.0
13
+ github.com/cosmos/ics23/go/api v0.0.0
12
14
google.golang.org/genproto/googleapis/api v0.0.0-20231012201019-e917dd12ba7a
13
15
google.golang.org/protobuf v1.33.0
14
16
)
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/cosmos/cosmos-proto v1.0.0-beta.4 h1:aEL7tU/rLOmxZQ9z4i7mzxcLbSCY48Od
4
4
github.com/cosmos/cosmos-proto v1.0.0-beta.4 /go.mod h1:oeB+FyVzG3XrQJbJng0EnV8Vljfk9XvTIpGILNU/9Co =
5
5
github.com/cosmos/gogoproto v1.4.11 h1:LZcMHrx4FjUgrqQSWeaGC1v/TeuVFqSLa43CC6aWR2g =
6
6
github.com/cosmos/gogoproto v1.4.11 /go.mod h1:/g39Mh8m17X8Q/GDEs5zYTSNaNnInBSohtaxzQnYq1Y =
7
+ github.com/cosmos/ics23/go/api v0.0.0-20240417162222-d137921f67b6 h1:cPC1qMDSDWseBhHklSYXGcB/tbmw1J5BxGdqSbF/ED8 =
8
+ github.com/cosmos/ics23/go/api v0.0.0-20240417162222-d137921f67b6 /go.mod h1:4crp9SaEZDYXZlr0ennsDKEe08EPE5mxAKhOmUWYYNI =
7
9
github.com/golang/protobuf v1.5.0 /go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk =
8
10
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg =
9
11
github.com/golang/protobuf v1.5.3 /go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY =
You can’t perform that action at this time.
0 commit comments