diff --git a/core/scripts/go.mod b/core/scripts/go.mod index d5536b10948..727954da03a 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -376,8 +376,4 @@ replace ( // 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 - -// github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.17.0 -// github.com/prometheus/client_model => github.com/prometheus/client_model v0.5.0 -// github.com/prometheus/common => github.com/prometheus/common v0.45.0 ) diff --git a/go.mod b/go.mod index f04be52d656..2af3da7b26a 100644 --- a/go.mod +++ b/go.mod @@ -355,7 +355,4 @@ replace ( // 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 -// github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.17.0 -// github.com/prometheus/client_model => github.com/prometheus/client_model v0.5.0 -// github.com/prometheus/common => github.com/prometheus/common v0.45.0 )