|
|
|
@ -5,7 +5,7 @@ go 1.22.2
|
|
|
|
|
replace ( |
|
|
|
|
github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.11.0 |
|
|
|
|
github.com/Mirantis/cri-dockerd => github.com/k3s-io/cri-dockerd v0.3.12-k3s1.30-3 // k3s/release-1.30 |
|
|
|
|
github.com/cloudnativelabs/kube-router/v2 => github.com/k3s-io/kube-router/v2 v2.1.0 |
|
|
|
|
github.com/cloudnativelabs/kube-router/v2 => github.com/k3s-io/kube-router/v2 v2.1.2 |
|
|
|
|
github.com/containerd/containerd => github.com/k3s-io/containerd v1.7.17-k3s1 |
|
|
|
|
github.com/docker/distribution => github.com/docker/distribution v2.8.3+incompatible |
|
|
|
|
github.com/docker/docker => github.com/docker/docker v25.0.4+incompatible |
|
|
|
@ -86,7 +86,7 @@ require (
|
|
|
|
|
github.com/containerd/zfs v1.1.0 |
|
|
|
|
github.com/coreos/go-iptables v0.7.0 |
|
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 |
|
|
|
|
github.com/docker/docker v25.0.4+incompatible |
|
|
|
|
github.com/docker/docker v25.0.5+incompatible |
|
|
|
|
github.com/erikdubbelboer/gspt v0.0.0-20190125194910-e68493906b83 |
|
|
|
|
github.com/flannel-io/flannel v0.24.2 |
|
|
|
|
github.com/go-bindata/go-bindata v3.1.2+incompatible |
|
|
|
@ -113,7 +113,7 @@ require (
|
|
|
|
|
github.com/mwitkow/go-http-dialer v0.0.0-20161116154839-378f744fb2b8 |
|
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible |
|
|
|
|
github.com/onsi/ginkgo/v2 v2.15.0 |
|
|
|
|
github.com/onsi/gomega v1.31.1 |
|
|
|
|
github.com/onsi/gomega v1.32.0 |
|
|
|
|
github.com/opencontainers/runc v1.1.12 |
|
|
|
|
github.com/opencontainers/selinux v1.11.0 |
|
|
|
|
github.com/otiai10/copy v1.7.0 |
|
|
|
@ -144,7 +144,7 @@ require (
|
|
|
|
|
golang.org/x/net v0.24.0 |
|
|
|
|
golang.org/x/sync v0.7.0 |
|
|
|
|
golang.org/x/sys v0.19.0 |
|
|
|
|
google.golang.org/grpc v1.62.0 |
|
|
|
|
google.golang.org/grpc v1.63.2 |
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 |
|
|
|
|
inet.af/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252 |
|
|
|
|
k8s.io/api v0.30.1 |
|
|
|
|