spiegel_podman/vendor
Jakub Filak 455f5b7616
vendor: updated ocicni for MAC address
`go get github.com/cri-o/ocicni@deac903fd99b6c52d781c9f42b8db3af7dcfd00a`

I had to fix compilation errors in libpod/networking_linux.go

---

ocicni.Networks has changed from string to the structure NetAttachment
with the member Name (the former string value) and the member Ifname
(optional).

I don't think we can make use of Ifname here, so I just map the array of
structures to array of strings - e.g. dropping Ifname.

---

The function GetPodNetworkStatus no longer returns Result but it returns
the wrapper structure NetResult which contains the former Result plus
NetAttachment (Network name and Interface name).

Again, I don't think we can make use of that information here, so I
just added `.Result` to fix the build.

---

Issue: #1136

Signed-off-by: Jakub Filak <jakub.filak@sap.com>
2019-11-06 16:22:18 +01:00
..
github.com vendor: updated ocicni for MAC address 2019-11-06 16:22:18 +01:00
golang.org/x seccomp: use github.com/seccomp/containers-golang 2019-10-30 11:43:29 +01:00
google.golang.org Update c/image to v4.0.1 and buildah to 1.11.3 2019-10-04 20:18:23 +02:00
gopkg.in Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.5 2019-11-05 11:36:42 +01:00
k8s.io Update buildah to v1.11.0 2019-09-05 16:58:08 +02:00
sigs.k8s.io/yaml update dependencies 2019-06-24 21:29:31 +02:00
modules.txt vendor: updated ocicni for MAC address 2019-11-06 16:22:18 +01:00