We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f243189 commit 578ad82Copy full SHA for 578ad82
go.mod
@@ -178,13 +178,6 @@ require (
178
sigs.k8s.io/yaml v1.4.0 // indirect
179
)
180
181
-// pin to v1.18.0 until k8s.io/component-base updates its prometheus dependency
182
-// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3283
183
-//replace (
184
-// github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.18.0
185
-// github.com/prometheus/common => github.com/prometheus/common v0.47.0
186
-//)
187
-
188
// v1.64.0 breaks our e2e tests as it affects the grpc connection state transition
189
// issue: https://github.com/operator-framework/operator-lifecycle-manager/issues/3284
190
replace google.golang.org/grpc => google.golang.org/grpc v1.63.2
0 commit comments