Skip to content

Commit

Permalink
Remove extra replace, with a more targeted one. (#15018)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber authored Nov 11, 2024
1 parent 0764376 commit 66e3488
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ go 1.22.8
// Make sure we're working with the latest chainlink libs
replace github.com/smartcontractkit/chainlink/v2 => ../

// replicating the replace directive on cosmos SDK
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1

require (
github.com/AlekSi/pointer v1.1.0
github.com/Khan/genqlient v0.7.0
Expand Down Expand Up @@ -518,11 +521,3 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace (
// replicating the replace directive on cosmos SDK
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/sourcegraph/sourcegraph => github.com/sourcegraph/sourcegraph-public-snapshot v0.0.0-20240822153003-c864f15af264

github.com/sourcegraph/sourcegraph/lib => github.com/sourcegraph/sourcegraph-public-snapshot/lib v0.0.0-20240822153003-c864f15af264
)

0 comments on commit 66e3488

Please sign in to comment.