mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
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:
parent
a17735c5a5
commit
fb0d60bd81
1 changed files with 1 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -103,5 +103,6 @@ replace (
|
|||
k8s.io/code-generator => ../code-generator
|
||||
k8s.io/component-base => ../component-base
|
||||
k8s.io/component-helpers => ../component-helpers
|
||||
k8s.io/kubectl => ../kubectl
|
||||
k8s.io/metrics => ../metrics
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue