mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
5239b05129
build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
40 lines
1.3 KiB
Modula-2
40 lines
1.3 KiB
Modula-2
module github.com/opencontainers/runc
|
|
|
|
go 1.22
|
|
|
|
// Suggest toolchain 1.22.4 due to a fix in golang for libcontainer/nsenter/.
|
|
// For more info, see: #4233
|
|
// Note that toolchain does not impose a requirement on other modules using runc.
|
|
toolchain go1.22.4
|
|
|
|
require (
|
|
github.com/checkpoint-restore/go-criu/v6 v6.3.0
|
|
github.com/cilium/ebpf v0.16.0
|
|
github.com/containerd/console v1.0.4
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/cyphar/filepath-securejoin v0.3.6
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/moby/sys/capability v0.4.0
|
|
github.com/moby/sys/mountinfo v0.7.2
|
|
github.com/moby/sys/user v0.3.0
|
|
github.com/moby/sys/userns v0.1.0
|
|
github.com/mrunalp/fileutils v0.5.1
|
|
github.com/opencontainers/runtime-spec v1.2.0
|
|
github.com/opencontainers/selinux v1.11.1
|
|
github.com/seccomp/libseccomp-golang v0.10.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/urfave/cli v1.22.16
|
|
github.com/vishvananda/netlink v1.3.0
|
|
golang.org/x/net v0.33.0
|
|
golang.org/x/sys v0.28.0
|
|
google.golang.org/protobuf v1.36.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
|
|
)
|