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 1ffa845 commit 67098e7Copy full SHA for 67098e7
go.mod
@@ -245,6 +245,8 @@ require (
245
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
246
)
247
248
+retract v1.5.0 // contains filename with ':' which causes failure creating module zip file
249
+
250
replace k8s.io/api => k8s.io/api v0.33.2
251
252
replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.33.2
hack/kind-config/containerd/certs.d/go.mod
@@ -0,0 +1,5 @@
1
+module hack-cert.d
2
+// This file is present in the certs.d directory to ensure that
3
+// certs.d/host:port directories are not included in the main go
4
+// module. Go modules are not allowed to contain files with ':'
5
+// in their name.
0 commit comments