From 816be5e570c0603366079627d23e8e655b459cbe Mon Sep 17 00:00:00 2001 From: Alexandre Mahdhaoui Date: Wed, 17 Apr 2024 20:56:25 +0200 Subject: [PATCH] remove k8s.io/utils from gomodcheck upstreamRefs Signed-off-by: Alexandre Mahdhaoui --- hack/.gomodcheck.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/.gomodcheck.yaml b/hack/.gomodcheck.yaml index 2d96847a66..8dbe45fac0 100644 --- a/hack/.gomodcheck.yaml +++ b/hack/.gomodcheck.yaml @@ -6,7 +6,7 @@ upstreamRefs: - k8s.io/client-go - k8s.io/component-base - k8s.io/klog/v2 - - k8s.io/utils + # k8s.io/utils -> conflicts with k/k deps excludedModules: # --- test dependencies: