Files
kustomize/kyaml/go.mod
Phillip Wittrock b37abbf057 Refactor set
- Implement inline setters as OpenAPI extensions
- Naming cleanup substitute -> set
- Documentation cleanup
- Simplify implementation
2020-01-02 08:32:38 -08:00

13 lines
315 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/stretchr/testify v1.4.0
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca
gopkg.in/yaml.v3 v3.0.0-20191026110619-0b21df46bc1d
)