diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-10-02 12:10:17 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-10-04 17:34:59 -0400 |
commit | ae5af67d61e52215996c9ba586dbeea1e8fca426 (patch) | |
tree | 66d0dbb81e0c9cc9ca31b1dc20e146253249a28f | |
parent | 2d332d01a7f47e7d7647374b9a4844feaf21d3a7 (diff) | |
download | podman-ae5af67d61e52215996c9ba586dbeea1e8fca426.tar.gz podman-ae5af67d61e52215996c9ba586dbeea1e8fca426.tar.bz2 podman-ae5af67d61e52215996c9ba586dbeea1e8fca426.zip |
Remove no longer used libnetwork from vendor.conf
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index d613dceb2..ccad28c0b 100644 --- a/vendor.conf +++ b/vendor.conf @@ -97,4 +97,3 @@ github.com/openshift/imagebuilder master github.com/ulikunitz/xz v0.5.4 github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 -github.com/docker/libnetwork 20461b8539336a4b5fcf551a86dd24ebae211984 |