From f72aa4ca761501b2dc71d3df2b7ba1297ef53100 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Thu, 29 Aug 2024 11:06:47 +0200 Subject: [PATCH] add missing replace --- e2e/go.mod | 2 ++ e2e/go.sum | 2 -- go.mod | 2 +- modules/apps/callbacks/go.mod | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/e2e/go.mod b/e2e/go.mod index 7fb34e5aeec..9b05edf34a7 100644 --- a/e2e/go.mod +++ b/e2e/go.mod @@ -282,6 +282,8 @@ replace github.com/cosmos/ibc-go/v9 => ../ replace github.com/cosmos/ibc-go/modules/light-clients/08-wasm => ../modules/light-clients/08-wasm +replace github.com/cosmos/ibc-go/modules/capability => ../modules/capability //TODO: remove after capability is tagged + replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 diff --git a/e2e/go.sum b/e2e/go.sum index a5ae7090a11..a35fe8f54d8 100644 --- a/e2e/go.sum +++ b/e2e/go.sum @@ -389,8 +389,6 @@ github.com/cosmos/gogoproto v1.7.0 h1:79USr0oyXAbxg3rspGh/m4SWNyoz/GLaAh0QlCe2fr github.com/cosmos/gogoproto v1.7.0/go.mod h1:yWChEv5IUEYURQasfyBW5ffkMHR/90hiHgbNgrtp4j0= github.com/cosmos/iavl v1.2.0 h1:kVxTmjTh4k0Dh1VNL046v6BXqKziqMDzxo93oh3kOfM= github.com/cosmos/iavl v1.2.0/go.mod h1:HidWWLVAtODJqFD6Hbne2Y0q3SdxByJepHUOeoH4LiI= -github.com/cosmos/ibc-go/modules/capability v1.0.1 h1:ibwhrpJ3SftEEZRxCRkH0fQZ9svjthrX2+oXdZvzgGI= -github.com/cosmos/ibc-go/modules/capability v1.0.1/go.mod h1:rquyOV262nGJplkumH+/LeYs04P3eV8oB7ZM4Ygqk4E= github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM= github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0= github.com/cosmos/ledger-cosmos-go v0.13.3 h1:7ehuBGuyIytsXbd4MP43mLeoN2LTOEnk5nvue4rK+yM= diff --git a/go.mod b/go.mod index 6acdbeafbac..1a6704677ca 100644 --- a/go.mod +++ b/go.mod @@ -199,4 +199,4 @@ require ( replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 -replace github.com/cosmos/ibc-go/modules/capability => ./modules/capability +replace github.com/cosmos/ibc-go/modules/capability => ./modules/capability //TODO: remove after capability is tagged diff --git a/modules/apps/callbacks/go.mod b/modules/apps/callbacks/go.mod index e089415e23e..78019c84599 100644 --- a/modules/apps/callbacks/go.mod +++ b/modules/apps/callbacks/go.mod @@ -2,8 +2,6 @@ module github.com/cosmos/ibc-go/modules/apps/callbacks go 1.22.2 -toolchain go1.22.3 - replace github.com/cosmos/ibc-go/v9 => ../../../ replace github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7