From ba82cfd09b91d9f672bc5a897168171fbbd5636d 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 3a2026bb..2b6564a7 100644 --- a/go.mod +++ b/go.mod @@ -73,5 +73,6 @@ require ( replace ( k8s.io/api => ../api k8s.io/apimachinery => ../apimachinery + k8s.io/cli-runtime => ../cli-runtime k8s.io/client-go => ../client-go )