mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
* Move demandDirectoryRoot into kyaml/filesys * Make root directory platform-agnostic Support windows root directory. Dogfood own error package. * Use cleaner windows support implementation * Address feedback * Address feedback x2 * Re-apply go.sum changes to avoid CI errors
27 lines
872 B
Modula-2
27 lines
872 B
Modula-2
module sigs.k8s.io/kustomize/kyaml
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-errors/errors v1.0.1
|
|
github.com/google/gnostic v0.5.7-v3refs
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/xlab/treeprint v1.1.0
|
|
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/protobuf v1.28.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|