diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-28 14:30:34 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-29 13:18:41 +0000 |
commit | 810f2b6061c710a15aaee46c758e71ea9a2920fa (patch) | |
tree | ba81ba03ddd25963bb68b0349c25ee066d0a96be /vendor.conf | |
parent | c09bbe8e068cb0648242a9345f2f22a6d1db90e0 (diff) | |
download | podman-810f2b6061c710a15aaee46c758e71ea9a2920fa.tar.gz podman-810f2b6061c710a15aaee46c758e71ea9a2920fa.tar.bz2 podman-810f2b6061c710a15aaee46c758e71ea9a2920fa.zip |
Start using github.com/seccomp/containers-golang
User newer seccomp bindings from the seccomp upstream
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1021
Approved by: giuseppe
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.conf b/vendor.conf index c2d72bfb8..1cee0c93e 100644 --- a/vendor.conf +++ b/vendor.conf @@ -55,6 +55,7 @@ github.com/pkg/errors v0.8.0 github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 github.com/pquerna/ffjson d49c2bc1aa135aad0c6f4fc2056623ec78f5d5ac github.com/seccomp/libseccomp-golang v0.9.0 +github.com/seccomp/containers-golang master github.com/sirupsen/logrus v1.0.0 github.com/spf13/pflag 9ff6c6923cfffbcd502984b8e0c80539a94968b7 github.com/stretchr/testify 4d4bfba8f1d1027c4fdbe371823030df51419987 |