@@ -9,21 +9,26 @@ require (
9
9
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
10
10
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
11
11
github.com/fatih/color v1.9.0 // indirect
12
+ github.com/go-openapi/spec v0.19.5 // indirect
13
+ github.com/go-openapi/strfmt v0.19.5 // indirect
12
14
github.com/go-openapi/swag v0.19.6 // indirect
15
+ github.com/go-openapi/validate v0.19.8 // indirect
13
16
github.com/google/go-cmp v0.5.2 // indirect
14
17
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
18
+ github.com/imdario/mergo v0.3.7 // indirect
15
19
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
16
20
github.com/kr/text v0.2.0 // indirect
17
21
github.com/lib/pq v1.3.0 // indirect
22
+ github.com/markbates/pkger v0.17.1 // indirect
18
23
github.com/mattn/go-isatty v0.0.12 // indirect
19
24
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
20
25
github.com/pkg/errors v0.9.1
21
- github.com/stretchr/testify v1.6.1 // indirect
22
26
go.mozilla.org/sops/v3 v3.7.1
23
27
golang.org/x/text v0.3.4 // indirect
24
28
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
25
29
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
26
30
gopkg.in/ini.v1 v1.52.0 // indirect
27
- sigs.k8s.io/kustomize/api v0.8.7
31
+ sigs.k8s.io/kustomize/api v0.8.10
32
+ sigs.k8s.io/kustomize/kustomize/v4 v4.1.3 // indirect
28
33
sigs.k8s.io/yaml v1.2.0
29
34
)
0 commit comments