Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -245,6 +245,8 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
)

retract v1.5.0 // contains filename with ':' which causes failure creating module zip file

replace k8s.io/api => k8s.io/api v0.33.2

replace k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.33.2
Expand Down
5 changes: 5 additions & 0 deletions hack/kind-config/containerd/certs.d/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module hack-cert.d
// 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