From f3d803957727024982db797796d0726cd0d51446 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 28 Feb 2024 16:50:55 -0800 Subject: [PATCH] Fix up go.mod files after reviews Because of how the previous 100+ commits were done, so changes snuck thru that properly belong in earlier commits but it's not really possible to do that without a lot of effort. We agreed it was OK to "spackle" these cracks with a final commit. Kubernetes-commit: 21715e6bbd19c932576ff268843d8ead3edb05e4 --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index 6acbdfd..0f1d93b 100644 --- a/go.mod +++ b/go.mod @@ -86,4 +86,5 @@ replace ( k8s.io/api => ../api k8s.io/apimachinery => ../apimachinery k8s.io/client-go => ../client-go + k8s.io/component-base => ../component-base )