mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-03-16 01:21:03 +08: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
2ad4028b7b
commit
39f7ea823a
1
go.mod
1
go.mod
@ -62,4 +62,5 @@ replace (
|
|||||||
k8s.io/apimachinery => ../apimachinery
|
k8s.io/apimachinery => ../apimachinery
|
||||||
k8s.io/client-go => ../client-go
|
k8s.io/client-go => ../client-go
|
||||||
k8s.io/code-generator => ../code-generator
|
k8s.io/code-generator => ../code-generator
|
||||||
|
k8s.io/sample-controller => ../sample-controller
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user