mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 14:32:03 +00:00
- Implement inline setters as OpenAPI extensions - Naming cleanup substitute -> set - Documentation cleanup - Simplify implementation
13 lines
315 B
Modula-2
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
|
|
)
|