Skip to content

Commit 2a5d751

Browse files
authored
Merge pull request #334 from monopole/pinKyaml
Pin cli-utils to kyaml v0.10.14
2 parents 091239a + af4d866 commit 2a5d751

File tree

3 files changed

+7
-54
lines changed

3 files changed

+7
-54
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $(MYGOBIN)/ginkgo:
7070
go get github.com/onsi/ginkgo/ginkgo@v1.14.2
7171

7272
$(MYGOBIN)/mdrip:
73-
go install github.com/monopole/mdrip
73+
go install github.com/monopole/mdrip@v1.0.2
7474

7575
.PHONY:
7676
test-examples-e2e-kapply: $(MYGOBIN)/mdrip $(MYGOBIN)/kind

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/cli-utils
22

3-
go 1.13
3+
go 1.16
44

55
require (
66
cloud.google.com/go v0.46.3 // indirect
@@ -30,6 +30,6 @@ require (
3030
k8s.io/kubectl v0.18.10
3131
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
3232
sigs.k8s.io/controller-runtime v0.6.0
33-
sigs.k8s.io/kustomize/kyaml v0.10.13
33+
sigs.k8s.io/kustomize/kyaml v0.10.14
3434
sigs.k8s.io/yaml v1.2.0
3535
)

0 commit comments

Comments
 (0)