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 e3050ed commit f3d8039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Expand Up @@ -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
)

0 comments on commit f3d8039

Please sign in to comment.