diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-09 10:37:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 10:37:54 +0200 |
commit | 46227e0b030ac4180d8f3179f2b33c5d6d8fd200 (patch) | |
tree | 5bfe9280cfabc38eef522de7d3c2d4469309319a /go.mod | |
parent | 3c94fa9cc77b6f15734f4be7e3794db603667fef (diff) | |
parent | 55c74b6dbe5419f3ec2d815d2e26ddd242bad7fd (diff) | |
download | podman-46227e0b030ac4180d8f3179f2b33c5d6d8fd200.tar.gz podman-46227e0b030ac4180d8f3179f2b33c5d6d8fd200.tar.bz2 podman-46227e0b030ac4180d8f3179f2b33c5d6d8fd200.zip |
Merge pull request #5768 from mtrmac/make-vendor
Fix (make vendor)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,7 +55,6 @@ require ( github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/uber/jaeger-client-go v2.22.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect - github.com/urfave/cli v1.22.1 // indirect github.com/varlink/go v0.0.0-20190502142041-0f1d566d194b github.com/vishvananda/netlink v1.1.0 go.etcd.io/bbolt v1.3.4 |