From 27817c7c0b0ef28865992a1ecf7984f2451dcdb0 Mon Sep 17 00:00:00 2001 From: Jordan Krage Date: Fri, 13 Sep 2024 08:42:00 -0500 Subject: [PATCH] go.mod: remove unecessary replaces (#855) --- go.mod | 3 --- integration-tests/go.mod | 3 --- 2 files changed, 6 deletions(-) diff --git a/go.mod b/go.mod index 29c9bc4d7..ad911d27b 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/integration-tests/go.mod b/integration-tests/go.mod index ffb4a52c5..c5c3e66d9 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -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