mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
5a67e8dc47
* Update to v1.21.2 Signed-off-by: dereknola <derek.nola@suse.com>
29 lines
1.0 KiB
Modula-2
29 lines
1.0 KiB
Modula-2
module github.com/opencontainers/runc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/checkpoint-restore/go-criu/v5 v5.0.0
|
|
github.com/cilium/ebpf v0.5.0
|
|
github.com/containerd/console v1.0.2
|
|
github.com/coreos/go-systemd/v22 v22.3.1
|
|
github.com/cyphar/filepath-securejoin v0.2.2
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/godbus/dbus/v5 v5.0.4
|
|
github.com/moby/sys/mountinfo v0.4.1
|
|
github.com/mrunalp/fileutils v0.5.0
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
|
github.com/opencontainers/selinux v1.8.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/seccomp/libseccomp-golang v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
|
|
// NOTE: urfave/cli must be <= v1.22.1 due to a regression: https://github.com/urfave/cli/issues/1092
|
|
github.com/urfave/cli v1.22.1
|
|
github.com/vishvananda/netlink v1.1.0
|
|
github.com/willf/bitset v1.1.11
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|