mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 18:10:59 +00:00
Move the k8s code generator.
This commit is contained in:
8
cmd/k8scopy/go.mod
Normal file
8
cmd/k8scopy/go.mod
Normal file
@@ -0,0 +1,8 @@
|
||||
module sigs.k8s.io/kustomize/cmd/k8scopy
|
||||
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.4.0
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
)
|
||||
Reference in New Issue
Block a user