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
This commit is contained in:
Tim Hockin 2024-02-28 16:50:55 -08:00 committed by Kubernetes Publisher
parent 27e765eeff
commit 0f77d82857
1 changed files with 1 additions and 0 deletions

1
go.mod
View File

@ -127,6 +127,7 @@ require (
replace ( replace (
k8s.io/api => ../api k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery k8s.io/apimachinery => ../apimachinery
k8s.io/apiserver => ../apiserver
k8s.io/client-go => ../client-go k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base k8s.io/component-base => ../component-base
k8s.io/kms => ../kms k8s.io/kms => ../kms