mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 12:42:19 +00:00
22 lines
660 B
Modula-2
22 lines
660 B
Modula-2
module sigs.k8s.io/kustomize/kstatus
|
|
|
|
go 1.13
|
|
|
|
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/pkg/errors v0.8.1
|
|
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/sys v0.0.0-20190911201528-7ad0cfa0b7b5 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
k8s.io/api v0.17.0
|
|
k8s.io/apimachinery v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
sigs.k8s.io/controller-runtime v0.4.0
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|