We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 091239a + af4d866 commit 2a5d751Copy full SHA for 2a5d751
Makefile
@@ -70,7 +70,7 @@ $(MYGOBIN)/ginkgo:
70
go get github.com/onsi/ginkgo/ginkgo@v1.14.2
71
72
$(MYGOBIN)/mdrip:
73
- go install github.com/monopole/mdrip
+ go install github.com/monopole/mdrip@v1.0.2
74
75
.PHONY:
76
test-examples-e2e-kapply: $(MYGOBIN)/mdrip $(MYGOBIN)/kind
go.mod
@@ -1,6 +1,6 @@
1
module sigs.k8s.io/cli-utils
2
3
-go 1.13
+go 1.16
4
5
require (
6
cloud.google.com/go v0.46.3 // indirect
@@ -30,6 +30,6 @@ require (
30
k8s.io/kubectl v0.18.10
31
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
32
sigs.k8s.io/controller-runtime v0.6.0
33
- sigs.k8s.io/kustomize/kyaml v0.10.13
+ sigs.k8s.io/kustomize/kyaml v0.10.14
34
sigs.k8s.io/yaml v1.2.0
35
)
0 commit comments