Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -304,3 +304,5 @@ replace k8s.io/mount-utils => k8s.io/mount-utils v0.33.2
replace k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.33.2

replace k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.33.2

retract v1.5.0 // contains filename with ':' which causes failure creating module zip file
4 changes: 4 additions & 0 deletions hack/kind-config/containerd/certs.d/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// This file is present in the certs.d directory to ensure that
// certs.d/host:port directories are not included in the main go
// module. Go modules are not allowed to contain files with ':'
// in their name.
Loading