From 81586ff81a9ac46c5ec13a1439bc595db474ba96 Mon Sep 17 00:00:00 2001 From: Mo Khan Date: Tue, 14 Mar 2023 16:31:54 -0400 Subject: [PATCH] Add k8s.io/kms/internal/plugins/mock to internal modules --- hack/update-internal-modules.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-internal-modules.sh b/hack/update-internal-modules.sh index bfda4de8bb1..61b988c3e26 100755 --- a/hack/update-internal-modules.sh +++ b/hack/update-internal-modules.sh @@ -26,6 +26,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh" MODULES=( hack/tools staging/src/k8s.io/code-generator/examples + staging/src/k8s.io/kms/internal/plugins/mock ) # Explicitly opt into go modules, even though we're inside a GOPATH directory