Skip to content

Commit

Permalink
Remove extra replace, with a more targeted one.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgruber committed Oct 29, 2024
1 parent e116f74 commit 87a9a36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deployment/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,5 @@ require (
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
github.com/sourcegraph/sourcegraph/conc => github.com/sourcegraph/sourcegraph-public-snapshot/conc v0.0.0-20240822153003-c864f15af264
)

0 comments on commit 87a9a36

Please sign in to comment.