Skip to content

Commit 5793f14

Browse files
Pin to Kustomize v4.1.3 (#120)
1 parent c3920da commit 5793f14

File tree

3 files changed

+55
-3
lines changed

3 files changed

+55
-3
lines changed

go.mod

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,26 @@ require (
99
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
1010
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
1111
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
1214
github.com/go-openapi/swag v0.19.6 // indirect
15+
github.com/go-openapi/validate v0.19.8 // indirect
1316
github.com/google/go-cmp v0.5.2 // indirect
1417
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
18+
github.com/imdario/mergo v0.3.7 // indirect
1519
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
1620
github.com/kr/text v0.2.0 // indirect
1721
github.com/lib/pq v1.3.0 // indirect
22+
github.com/markbates/pkger v0.17.1 // indirect
1823
github.com/mattn/go-isatty v0.0.12 // indirect
1924
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
2025
github.com/pkg/errors v0.9.1
21-
github.com/stretchr/testify v1.6.1 // indirect
2226
go.mozilla.org/sops/v3 v3.7.1
2327
golang.org/x/text v0.3.4 // indirect
2428
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2529
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
2630
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
2833
sigs.k8s.io/yaml v1.2.0
2934
)

0 commit comments

Comments
 (0)