We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68610d0 commit 2e4f80cCopy full SHA for 2e4f80c
go.mod
@@ -304,3 +304,5 @@ replace k8s.io/mount-utils => k8s.io/mount-utils v0.33.2
304
replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.33.2
305
306
replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.33.2
307
+
308
+retract v1.5.0 // contains filename with ':' which causes failure creating module zip file
hack/kind-config/containerd/certs.d/go.mod
@@ -0,0 +1,4 @@
1
+// This file is present in the certs.d directory to ensure that
2
+// certs.d/host:port directories are not included in the main go
3
+// module. Go modules are not allowed to contain files with ':'
4
+// in their name.
0 commit comments