mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-22 06:47:00 +00:00
This is the last commit in yaml.v3 before
ae27a74434
which changed the indentation of sequence.
That change has has large downstream impact on tests in the kustomize
repo. To upgrade beyond this point in yaml.v3 means many changes to
indentation in "expected" values in tests. That should be done in a
PR dedicated to that purpose, after specific consideration the change.
ALLOW_MODULE_SPAN
29 lines
902 B
Modula-2
29 lines
902 B
Modula-2
module sigs.k8s.io/kustomize/api
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
|
github.com/go-errors/errors v1.0.1
|
|
github.com/go-openapi/spec v0.19.5
|
|
github.com/golangci/golangci-lint v1.21.0
|
|
github.com/google/go-cmp v0.3.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/hashicorp/go-multierror v1.1.0
|
|
github.com/imdario/mergo v0.3.5
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/yujunz/go-getter v1.5.1-lite.0.20201201013212-6d9c071adddf
|
|
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
k8s.io/api v0.17.0
|
|
k8s.io/apimachinery v0.17.0
|
|
k8s.io/client-go v0.17.0
|
|
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
|
|
sigs.k8s.io/kustomize/kyaml v0.10.3
|
|
sigs.k8s.io/yaml v1.2.0
|
|
)
|
|
|
|
replace sigs.k8s.io/kustomize/kyaml => ../kyaml
|