Skip to content

Commit 0477ee9

Browse files
committed
update go.mod
1 parent 4f12cad commit 0477ee9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

tests/interchain/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ replace (
291291
github.com/cosmos/interchain-security/v6 => github.com/cosmos/interchain-security/v6 v6.0.0-20241203112553-01f9698b4450
292292
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
293293
// Remove this when strangelove-ventures updates the interchain tests to import ICS v6
294-
github.com/strangelove-ventures/interchaintest/v8 => /Users/simon/Dev/go-workspace/src/github.com/stana-miric/interchaintest
294+
github.com/strangelove-ventures/interchaintest/v8 => github.com/sainoe/interchaintest/v8 v8.0.0-20250124160703-058a72282f21
295295
github.com/vedhavyas/go-subkey => github.com/strangelove-ventures/go-subkey v1.0.7
296296

297297
)

tests/interchain/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,8 @@ github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6ke
10991099
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=
11001100
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
11011101
github.com/sagikazarmark/slog-shim v0.1.0/go.mod h1:SrcSrq8aKtyuqEI1uvTDTK1arOWRIczQRv+GVI1AkeQ=
1102+
github.com/sainoe/interchaintest/v8 v8.0.0-20250124160703-058a72282f21 h1:wj6LgcHnVN4mPBLHDcGdgdeimugdK0ZLWnk+YYyeLRo=
1103+
github.com/sainoe/interchaintest/v8 v8.0.0-20250124160703-058a72282f21/go.mod h1:OOAl+5e4or9FdILfKprkqeVt/WjZt0qBv7bp5fKbBSc=
11021104
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E=
11031105
github.com/sasha-s/go-deadlock v0.3.5 h1:tNCOEEDG6tBqrNDOX35j/7hL5FcFViG6awUGROb2NsU=
11041106
github.com/sasha-s/go-deadlock v0.3.5/go.mod h1:bugP6EGbdGYObIlx7pUZtWqlvo8k9H6vCBBsiChJQ5U=

0 commit comments

Comments
 (0)