mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
13 lines
399 B
Modula-2
13 lines
399 B
Modula-2
module sigs.k8s.io/kustomize/functions/examples/injection-tshirt-sizes
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/spf13/cobra v1.4.0 // indirect
|
|
github.com/xlab/treeprint v1.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
sigs.k8s.io/kustomize/kyaml v0.13.7
|
|
)
|