Move to runc temporary fork
... | ... | @@ -7,10 +7,10 @@ replace ( |
github.com/containerd/containerd => github.com/containerd/containerd v1.6.1-0.20221013183355-766e933151af | ||
// rancher fork exposes main properly | ||
github.com/containernetworking/plugins => github.com/rancher/plugins v1.1.1-k3s1 | ||
// temporary fork | ||
github.com/opencontainers/runc => github.com/kaiyou/runc v1.1.5-0.20221023174418-d6cd4e53783a | ||
// issue with NumericDate API changes | ||
gopkg.in/square/go-jose.v2 => gopkg.in/square/go-jose.v2 v2.2.2 | ||
// temporary fork | ||
github.com/opencontainers/runc => github.com/kaiyou/runc v1.1.4+hepto | ||
k8s.io/api => k8s.io/api v0.26.0-alpha.1 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.26.0-alpha.1 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.26.0-alpha.1 | ||
... | ... |
Please register or sign in to comment