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/github.com/seccomp/containers-golang/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/github.com/seccomp/containers-golang/vendor.conf')
-rw-r--r-- | vendor/github.com/seccomp/containers-golang/vendor.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/seccomp/containers-golang/vendor.conf b/vendor/github.com/seccomp/containers-golang/vendor.conf new file mode 100644 index 000000000..6111c475b --- /dev/null +++ b/vendor/github.com/seccomp/containers-golang/vendor.conf @@ -0,0 +1,9 @@ +github.com/opencontainers/runtime-tools master +github.com/blang/semver master +github.com/hashicorp/go-multierror master +github.com/hashicorp/errwrap master +github.com/syndtr/gocapability master +github.com/xeipuuv/gojsonschema master +github.com/xeipuuv/gojsonreference master +github.com/xeipuuv/gojsonpointer master + |