mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
10 lines
91 B
Plaintext
10 lines
91 B
Plaintext
module main
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.0.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|