Skip to content

Commit

Permalink
fix kustomize scan breakage on windows (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
Devang Gaur authored Apr 7, 2021
1 parent 41b159c commit 6103c45
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 146 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ require (
github.com/zclconf/go-cty v1.7.1
go.uber.org/zap v1.16.0
golang.org/x/mod v0.4.2 // indirect
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
golang.org/x/sys v0.0.0-20210324051608-47abb6519492
golang.org/x/tools v0.1.0 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
helm.sh/helm/v3 v3.4.0
honnef.co/go/tools v0.1.3 // indirect
sigs.k8s.io/kustomize/api v0.7.2
sigs.k8s.io/kustomize/api v0.8.5
)
Loading

0 comments on commit 6103c45

Please sign in to comment.