diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-06-26 10:48:41 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-26 16:21:54 +0000 |
commit | 56133f7263337e9b2c9cfb1cfce35adc2366f52b (patch) | |
tree | 7e16f9c6d83d3b4690b877c7101e0946ae380568 /vendor.conf | |
parent | b23371cb1db91e98bebdab86132e3d90a5cce5e4 (diff) | |
download | podman-56133f7263337e9b2c9cfb1cfce35adc2366f52b.tar.gz podman-56133f7263337e9b2c9cfb1cfce35adc2366f52b.tar.bz2 podman-56133f7263337e9b2c9cfb1cfce35adc2366f52b.zip |
Update the vendoring of github.com/opencontainers/selinux
THis should make libpod easier to build on non linux platforms.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1000
Approved by: mheon
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index a2eaffa10..d9766a4b4 100644 --- a/vendor.conf +++ b/vendor.conf @@ -49,7 +49,7 @@ github.com/opencontainers/image-spec v1.0.0 github.com/opencontainers/runc 6e15bc3f92fd4c58b3285e8f27eaeb6b22d62920 github.com/opencontainers/runtime-spec v1.0.0 github.com/opencontainers/runtime-tools 625e2322645b151a7cbb93a8b42920933e72167f -github.com/opencontainers/selinux 6ccd0b50d53ae771fe5259ff7a4039110777aa2d +github.com/opencontainers/selinux 55cb7f16be130730b52cb3bdcc9351efa231130a github.com/ostreedev/ostree-go master github.com/pkg/errors v0.8.0 github.com/pmezard/go-difflib 792786c7400a136282c1664665ae0a8db921c6c2 |