From 578ad8284aed63707dcb1c6f53d655811194a1d3 Mon Sep 17 00:00:00 2001 From: Per Goncalves da Silva Date: Mon, 2 Sep 2024 13:00:04 +0200 Subject: [PATCH] Remove go.mod commented out base-components version pin (#3380) Signed-off-by: Per Goncalves da Silva Co-authored-by: Per Goncalves da Silva --- go.mod | 7 ------- 1 file changed, 7 deletions(-) diff --git a/go.mod b/go.mod index c1d955e82c..05f2dccfdb 100644 --- a/go.mod +++ b/go.mod @@ -178,13 +178,6 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -// pin to v1.18.0 until k8s.io/component-base updates its prometheus dependency -// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3283 -//replace ( -// github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0 -// github.com/prometheus/common => github.com/prometheus/common v0.47.0 -//) - // v1.64.0 breaks our e2e tests as it affects the grpc connection state transition // issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284 replace google.golang.org/grpc => google.golang.org/grpc v1.63.2