mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 09:51:23 +00:00
15 lines
271 B
Modula-2
15 lines
271 B
Modula-2
module sigs.k8s.io/kustomize/cmd/k8scopy
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.4.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|