Skip to content

Commit

Permalink
go.mod: remove unecessary replace (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 committed Sep 13, 2024
1 parent daf2600 commit f5bb67c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
7 changes: 1 addition & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5bb67c

Please sign in to comment.