diff --git a/tests/go.mod b/tests/go.mod index 4d9a25c455ae..3cdc1f7523b5 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -51,7 +51,7 @@ require ( cosmossdk.io/x/staking v0.0.0-20240226161501-23359a0b6d91 github.com/cometbft/cometbft/api v1.0.0-rc2 github.com/cosmos/cosmos-db v1.1.0 - github.com/gogo/protobuf v1.3.2 + github.com/gogo/protobuf v1.3.2 // indirect github.com/google/go-cmp v0.6.0 github.com/google/gofuzz v1.2.0 github.com/jhump/protoreflect v1.17.0 diff --git a/tests/integration/v2/services.go b/tests/integration/v2/services.go index 1fe0ea432694..f608fd65fdb0 100644 --- a/tests/integration/v2/services.go +++ b/tests/integration/v2/services.go @@ -7,8 +7,8 @@ import ( "errors" "fmt" + "github.com/cosmos/gogoproto/jsonpb" gogoproto "github.com/cosmos/gogoproto/proto" - "github.com/gogo/protobuf/jsonpb" "cosmossdk.io/core/branch" "cosmossdk.io/core/comet"