Skip to content

Commit

Permalink
fix: no replace needed
Browse files Browse the repository at this point in the history
[skip_ci]
  • Loading branch information
fmorency committed Aug 6, 2024
1 parent c0a5368 commit 5809aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ replace (
// Fix upstream GHSA-h395-qcrw-5vmq vulnerability.
github.com/spf13/viper => github.com/spf13/viper v1.17.0 // v1.18+ breaks app overrides

// TODO: Remove this once 0.50.3 is released
github.com/strangelove-ventures/poa => github.com/strangelove-ventures/poa v0.50.3-0.20240805145915-d321226154be

// Downgraded to avoid bugs in following commits which caused simulations to fail.
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)
Expand Down Expand Up @@ -50,7 +47,7 @@ require (
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.2
github.com/strangelove-ventures/poa v0.50.2
github.com/strangelove-ventures/poa v0.50.3-0.20240805145915-d321226154be
github.com/strangelove-ventures/tokenfactory v0.50.3
github.com/stretchr/testify v1.9.0
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157
Expand Down
4 changes: 1 addition & 3 deletions interchaintest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ replace (
github.com/cosmos/cosmos-sdk => github.com/liftedinit/cosmos-sdk v0.50.8-liftedinit.1
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/liftedinit/manifest-ledger => ../
// TODO: Remove this once 0.50.3 is released
github.com/strangelove-ventures/poa => github.com/strangelove-ventures/poa v0.50.3-0.20240805145915-d321226154be
)

require (
Expand All @@ -26,7 +24,7 @@ require (
github.com/cosmos/ibc-go/v8 v8.2.1
github.com/liftedinit/manifest-ledger v0.0.0-00000000000000-000000000000
github.com/strangelove-ventures/interchaintest/v8 v8.5.1-0.20240715163423-cbcd20f44321
github.com/strangelove-ventures/poa v0.50.2
github.com/strangelove-ventures/poa v0.50.3-0.20240805145915-d321226154be
github.com/strangelove-ventures/tokenfactory v0.50.3
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
Expand Down

0 comments on commit 5809aea

Please sign in to comment.