Skip to content

Commit

Permalink
go.mod: remove unecessary replaces (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Sep 13, 2024
1 parent 50ca9e4 commit 27817c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

// until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69
replace github.com/mwitkow/grpc-proxy => github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f
3 changes: 0 additions & 3 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,6 @@ require (
exclude github.com/chaos-mesh/chaos-mesh/api/v1alpha1 v0.0.0-20220226050744-799408773657

replace (
// until merged upstream: https://github.com/omissis/go-jsonschema/pull/264
github.com/atombender/go-jsonschema => github.com/nolag/go-jsonschema v0.16.0-rtinianov

github.com/go-kit/log => github.com/go-kit/log v0.2.1

// replicating the replace directive on cosmos SDK
Expand Down

0 comments on commit 27817c7

Please sign in to comment.