mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-25 01:37:55 +00:00
Updating the vendor or runc to pull in some fixes that we need. In order to get this vendor to work, we needed to update the vendor of docker/docker, which causes all sorts of issues, just to fix the docker/pkg/sysinfo. Rather then doing this, I pulled in pkg/sysinfo into libpod and fixed the code locally. I then switched the use of docker/pkg/sysinfo to libpod/pkg/sysinfo. I also switched out the docker/pkg/mount to containers/storage/pkg/mount Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
25 lines
1.2 KiB
Text
25 lines
1.2 KiB
Text
# OCI runtime-spec. When updating this, make sure you use a version tag rather
|
|
# than a commit ID so it's much more obvious what version of the spec we are
|
|
# using.
|
|
github.com/opencontainers/runtime-spec 5684b8af48c1ac3b1451fa499724e30e3c20a294
|
|
# Core libcontainer functionality.
|
|
github.com/mrunalp/fileutils ed869b029674c0e9ce4c0dfa781405c2d9946d08
|
|
github.com/opencontainers/selinux v1.0.0-rc1
|
|
github.com/seccomp/libseccomp-golang 84e90a91acea0f4e51e62bc1a75de18b1fc0790f
|
|
github.com/sirupsen/logrus a3f95b5c423586578a4e099b11a46c2479628cac
|
|
github.com/syndtr/gocapability db04d3cc01c8b54962a58ec7e491717d06cfcc16
|
|
github.com/vishvananda/netlink 1e2e08e8a2dcdacaae3f14ac44c5cfa31361f270
|
|
# systemd integration.
|
|
github.com/coreos/go-systemd v14
|
|
github.com/coreos/pkg v3
|
|
github.com/godbus/dbus v3
|
|
github.com/golang/protobuf 18c9bb3261723cd5401db4d0c9fbc5c3b6c70fe8
|
|
# Command-line interface.
|
|
github.com/cyphar/filepath-securejoin v0.2.1
|
|
github.com/docker/go-units v0.2.0
|
|
github.com/urfave/cli d53eb991652b1d438abdd34ce4bfa3ef1539108e
|
|
golang.org/x/sys 7ddbeae9ae08c6a06a59597f0c9edbc5ff2444ce https://github.com/golang/sys
|
|
|
|
# console dependencies
|
|
github.com/containerd/console 2748ece16665b45a47f884001d5831ec79703880
|
|
github.com/pkg/errors v0.8.0
|