Skip to content

Commit

Permalink
Fix up go.mod files after reviews
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thockin authored and k8s-publishing-bot committed Feb 29, 2024
1 parent 76839ee commit ba82cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit ba82cfd

Please sign in to comment.