From 5809aeacfa1163796decc47f9a6dbb3f7d01ebc9 Mon Sep 17 00:00:00 2001 From: "Felix C. Morency" <1102868+fmorency@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:09:30 -0400 Subject: [PATCH] fix: no replace needed [skip_ci] --- go.mod | 5 +---- interchaintest/go.mod | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/go.mod b/go.mod index 0c2ba3d..f12482e 100644 --- a/go.mod +++ b/go.mod @@ -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 ) @@ -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 diff --git a/interchaintest/go.mod b/interchaintest/go.mod index a7b7ded..4e33ff1 100644 --- a/interchaintest/go.mod +++ b/interchaintest/go.mod @@ -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 ( @@ -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