mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 06:21:43 +00:00
17 lines
475 B
Modula-2
17 lines
475 B
Modula-2
module sigs.k8s.io/kustomize/kstatus
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
sigs.k8s.io/kustomize/pseudo/k8s v0.1.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|