Skip to content

Commit

Permalink
Merge pull request #334 from monopole/pinKyaml
Browse files Browse the repository at this point in the history
Pin cli-utils to kyaml v0.10.14
  • Loading branch information
monopole authored Mar 8, 2021
2 parents 091239a + af4d866 commit 2a5d751
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 54 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $(MYGOBIN)/ginkgo:
go get github.com/onsi/ginkgo/ginkgo@v1.14.2

$(MYGOBIN)/mdrip:
go install github.com/monopole/mdrip
go install github.com/monopole/mdrip@v1.0.2

.PHONY:
test-examples-e2e-kapply: $(MYGOBIN)/mdrip $(MYGOBIN)/kind
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/cli-utils

go 1.13
go 1.16

require (
cloud.google.com/go v0.46.3 // indirect
Expand Down Expand Up @@ -30,6 +30,6 @@ require (
k8s.io/kubectl v0.18.10
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
sigs.k8s.io/controller-runtime v0.6.0
sigs.k8s.io/kustomize/kyaml v0.10.13
sigs.k8s.io/kustomize/kyaml v0.10.14
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 2a5d751

Please sign in to comment.