mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module sigs.k8s.io/kustomize/v3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
|
github.com/go-openapi/spec v0.19.2
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
github.com/golang/protobuf v1.3.1 // indirect
|
|
github.com/google/gofuzz v1.0.0 // indirect
|
|
github.com/googleapis/gnostic v0.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/mailru/easyjson v0.0.0-20190620125010-da37f6c1e481 // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/spf13/cobra v0.0.2
|
|
github.com/spf13/pflag v1.0.3
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
|
|
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
k8s.io/api v0.0.0-20190313235455-40a48860b5ab
|
|
k8s.io/apimachinery v0.0.0-20190313205120-d7deff9243b1
|
|
k8s.io/client-go v11.0.0+incompatible
|
|
k8s.io/klog v0.3.3 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20190603182131-db7b694dc208
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|