From f5bb67c7a11f80311f67d49f310cb231f173033c Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Fri, 13 Sep 2024 08:24:03 -0500 Subject: [PATCH] go.mod: remove unecessary replace (#420) --- go.mod | 7 +------ integration-tests/go.mod | 3 --- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 7341d7eb..2db96477 100644 --- a/go.mod +++ b/go.mod @@ -225,9 +225,4 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -replace ( - github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 - - // until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69 - github.com/mwitkow/grpc-proxy => github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f -) +replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 8b25ce28..ddb4f304 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -367,9 +367,6 @@ require ( replace ( github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 - // until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69 - github.com/mwitkow/grpc-proxy => github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f - // Make sure we're working with the latest pkg and ops github.com/smartcontractkit/chainlink-cosmos => ../ github.com/smartcontractkit/chainlink-cosmos/ops => ../ops