Skip to content

Commit

Permalink
Downgrade to kustomzie v3.8.8 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
devstein authored Dec 16, 2020
1 parent afd411d commit 63c4844
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 15 deletions.
13 changes: 9 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,23 @@ require (
github.com/emicklei/go-restful v2.11.1+incompatible // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/go-openapi/swag v0.19.6 // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/go-cmp v0.5.2 // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.6.1 // indirect
go.mozilla.org/sops/v3 v3.6.1
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6 // indirect
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.52.0 // indirect
k8s.io/client-go v0.17.3 // indirect
sigs.k8s.io/kustomize/api v0.7.0
k8s.io/client-go v0.18.10 // indirect
sigs.k8s.io/kustomize/api v0.6.7
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 63c4844

Please sign in to comment.