diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-06-24 11:29:13 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-06-24 13:20:59 +0200 |
commit | d697456dc90adbaf68224ed7c115b38d5855e582 (patch) | |
tree | 5fd88c48b34e7bead0028fa97e39f43f03880642 /vendor/github.com/cri-o/ocicni | |
parent | a3211b73c62a9fcc13f09305bf629ef507b26d34 (diff) | |
download | podman-d697456dc90adbaf68224ed7c115b38d5855e582.tar.gz podman-d697456dc90adbaf68224ed7c115b38d5855e582.tar.bz2 podman-d697456dc90adbaf68224ed7c115b38d5855e582.zip |
migrate to go-modules
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/github.com/cri-o/ocicni')
-rw-r--r-- | vendor/github.com/cri-o/ocicni/README.md | 3 | ||||
-rw-r--r-- | vendor/github.com/cri-o/ocicni/vendor.conf | 13 |
2 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/cri-o/ocicni/README.md b/vendor/github.com/cri-o/ocicni/README.md deleted file mode 100644 index 99c103c83..000000000 --- a/vendor/github.com/cri-o/ocicni/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# ocicni - -API layer to call the CNI plugins from an OCI lifecycle daemon diff --git a/vendor/github.com/cri-o/ocicni/vendor.conf b/vendor/github.com/cri-o/ocicni/vendor.conf deleted file mode 100644 index d769d5177..000000000 --- a/vendor/github.com/cri-o/ocicni/vendor.conf +++ /dev/null @@ -1,13 +0,0 @@ -github.com/containernetworking/cni fbb95fff8a5239a4295c991efa8a397d43118f7e -github.com/fsnotify/fsnotify 1485a34d5d5723fea214f5710708e19a831720e4 -github.com/sirupsen/logrus 787e519fa85519b874dead61020de598e9a23944 -github.com/onsi/ginkgo eea6ad008b96acdaa524f5b409513bf062b500ad -github.com/onsi/gomega 90e289841c1ed79b7a598a7cd9959750cb5e89e2 -golang.org/x/net 63eda1eb0650888965ead1296efd04d0b2b61128 -gopkg.in/yaml.v2 51d6538a90f86fe93ac480b35f37b2be17fef232 -golang.org/x/text e3703dcdd614d2d7488fff034c75c551ea25da95 -golang.org/x/sys f49334f85ddcf0f08d7fb6dd7363e9e6d6b777eb -github.com/hpcloud/tail a1dbeea552b7c8df4b542c66073e393de198a800 -gopkg.in/tomb.v1 dd632973f1e7218eb1089048e0798ec9ae7dceb8 -gopkg.in/fsnotify/fsnotify.v1 c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9 -github.com/konsorten/go-windows-terminal-sequences f55edac94c9bbba5d6182a4be46d86a2c9b5b50e |