mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 05:05:14 +00:00
31 lines
1.2 KiB
Modula-2
31 lines
1.2 KiB
Modula-2
module sigs.k8s.io/kustomize/kstatus
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
github.com/google/go-cmp v0.3.1 // indirect
|
|
github.com/json-iterator/go v1.1.8 // indirect
|
|
github.com/onsi/ginkgo v1.10.1 // indirect
|
|
github.com/onsi/gomega v1.7.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/zap v1.10.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
|
|
golang.org/x/sys v0.0.0-20190911201528-7ad0cfa0b7b5 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
|
|
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
|
|
k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90
|
|
k8s.io/klog v1.0.0 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a // indirect
|
|
k8s.io/utils v0.0.0-20191030222137-2b95a09bc58d // indirect
|
|
sigs.k8s.io/controller-runtime v0.4.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|