Skip to content

Commit ba82cfd

Browse files
thockink8s-publishing-bot
authored andcommitted
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
1 parent 76839ee commit ba82cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ require (
7373
replace (
7474
k8s.io/api => ../api
7575
k8s.io/apimachinery => ../apimachinery
76+
k8s.io/cli-runtime => ../cli-runtime
7677
k8s.io/client-go => ../client-go
7778
)

0 commit comments

Comments
 (0)