diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-02-28 17:00:40 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-03-01 13:20:16 +0000 |
commit | d6ed9451dc29cdec4538530aa9c0936de7a1e66c (patch) | |
tree | 484a8a7dd335b6334b20bb367c46481528f0c7e5 /vendor.conf | |
parent | 72b975ee3bc53b3b657c50a867ce73251a15d16a (diff) | |
download | podman-d6ed9451dc29cdec4538530aa9c0936de7a1e66c.tar.gz podman-d6ed9451dc29cdec4538530aa9c0936de7a1e66c.tar.bz2 podman-d6ed9451dc29cdec4538530aa9c0936de7a1e66c.zip |
Remove unused dependency vendor gopkg.in/tomb.v1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Closes: #425
Approved by: rhatdan
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index c83a56f44..11fc6b4a1 100644 --- a/vendor.conf +++ b/vendor.conf @@ -70,7 +70,6 @@ github.com/urfave/cli 39908eb08fee7c10d842622a114a5c133fb0a3c6 github.com/vbatts/tar-split v0.10.2 github.com/renstrom/dedent v1.0.0 gopkg.in/fsnotify.v1 v1.4.2 -gopkg.in/tomb.v1 v1 github.com/fatih/camelcase f6a740d52f961c60348ebb109adde9f4635d7540 github.com/buger/goterm 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3 github.com/dgrijalva/jwt-go v3.0.0 |