-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3104 from adrianreber/2021-07-20-vagrant
Do not use Vagrant for CentOS 7/8 Signed-off-by: Sascha Grunert <[email protected]>
- Loading branch information
Showing
8 changed files
with
156 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
module github.com/opencontainers/runc | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/bits-and-blooms/bitset v1.2.0 | ||
github.com/checkpoint-restore/go-criu/v5 v5.0.0 | ||
github.com/cilium/ebpf v0.6.2 | ||
github.com/containerd/console v1.0.2 | ||
github.com/coreos/go-systemd/v22 v22.3.2 | ||
github.com/cyphar/filepath-securejoin v0.2.3 | ||
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 | ||
<<<<<<< HEAD | ||
github.com/opencontainers/selinux v1.8.2 | ||
github.com/seccomp/libseccomp-golang v0.9.1 | ||
github.com/sirupsen/logrus v1.8.1 | ||
======= | ||
github.com/opencontainers/selinux v1.8.0 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 | ||
github.com/sirupsen/logrus v1.7.0 | ||
>>>>>>> 1ba567d4 (Add support for seccomp actions `ActKillThread` and `ActKillProcess`) | ||
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 | ||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b | ||
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 | ||
google.golang.org/protobuf v1.27.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters