Skip to content

Commit

Permalink
ict patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Nov 29, 2024
1 parent b9642b4 commit 120168e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions interchaintest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ replace (

// https://github.com/strangelove-ventures/interchaintest/pull/1236/files / // https://github.com/cosmos/interchain-security/blob/main/tests/interchain/go.mod#L280
// github.com/strangelove-ventures/interchaintest/v8 => github.com/hyphacoop/interchaintest/v8 v8.2.1-0.20240904201357-3a54d751e08d
github.com/strangelove-ventures/interchaintest/v8 => /home/reece/Desktop/Programming/Go/interchaintest
// github.com/strangelove-ventures/interchaintest/v8 => /home/reece/Desktop/Programming/Go/interchaintest
// github.com/strangelove-ventures/interchaintest/v8 => /home/reece/Desktop/Programming/Go/interchaintest

// other
Expand All @@ -39,7 +39,8 @@ require (
github.com/cosmos/interchain-security/v6 v6.3.0
github.com/docker/docker v24.0.9+incompatible
github.com/kelseyhightower/envconfig v1.4.0
github.com/strangelove-ventures/interchaintest/v8 v8.8.0
// https://github.com/strangelove-ventures/interchaintest/pull/1306
github.com/strangelove-ventures/interchaintest/v8 v8.7.1-0.20241129221035-bdd9aa53dbdc
github.com/strangelove-ventures/tokenfactory v0.50.3
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.18.0
Expand Down
2 changes: 2 additions & 0 deletions interchaintest/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,8 @@ github.com/spf13/viper v1.17.0 h1:I5txKw7MJasPL/BrfkbA0Jyo/oELqVmux4pR/UxOMfI=
github.com/spf13/viper v1.17.0/go.mod h1:BmMMMLQXSbcHK6KAOiFLz0l5JHrU89OdIRHvsk0+yVI=
github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA=
github.com/status-im/keycard-go v0.2.0/go.mod h1:wlp8ZLbsmrF6g6WjugPAx+IzoLrkdf9+mHxBEeo3Hbg=
github.com/strangelove-ventures/interchaintest/v8 v8.7.1-0.20241129221035-bdd9aa53dbdc h1:7RWUghTCq6b/FRrytKj01rNYGMe1UBhL/vXIrS5X9N4=
github.com/strangelove-ventures/interchaintest/v8 v8.7.1-0.20241129221035-bdd9aa53dbdc/go.mod h1:z5uEhyAehGtJwdC+MioPin4I4FrNdSW8qlNMod/+VAE=
github.com/strangelove-ventures/tokenfactory v0.50.3 h1:MccxHYUHjMHDOxcmx/HJs1mU4zVhli1f4sz3126Wzr8=
github.com/strangelove-ventures/tokenfactory v0.50.3/go.mod h1:z0hlFofihDchAZxyzu0P/XxM+FSUAC+RmncklvTdcDg=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
Expand Down

0 comments on commit 120168e

Please sign in to comment.