mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-20 22:15:00 +00:00
15 lines
373 B
Modula-2
15 lines
373 B
Modula-2
module sigs.k8s.io/kustomize/kyaml
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-errors/errors v1.0.1
|
|
github.com/go-openapi/spec v0.19.5
|
|
github.com/sergi/go-diff v1.1.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d
|
|
)
|