Skip to content

Commit 608f0b9

Browse files
wkingrh-atomic-bot
authored andcommitted
vendor.conf: Pin containernetworking/plugins to 1fb94a4
containernetworking/plugins@a0eac8d7 (pkg/ns: remove namespace creation, 2018-03-16) removed NewNS, which we use in libpod/networking.go. Pinning to the previous commit, containernetworking/plugins@1fb94a42 (Merge pull request containers#96 from DennisDenuto/denuto/master, 2018-03-14), allows us to run vndr without breaking our build. This is a short term fix; moving forward we'll want to either drop this dependency or catch up with the new upstream API. The upstream package seems to have been fairly stable in the meantime, because even with the new pinned version, a vndr re-vendor generates no changes: $ vndr github.com/containernetworking/plugins Signed-off-by: W. Trevor King <[email protected]> Closes: containers#751 Approved by: mheon
1 parent 177c27e commit 608f0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ github.com/buger/goterm 2f8dfbc7dbbff5dd1d391ed91482c24df243b2d3
99
github.com/containerd/cgroups 77e628511d924b13a77cebdc73b757a47f6d751b
1010
github.com/containerd/continuity master
1111
github.com/containernetworking/cni v0.6.0
12-
github.com/containernetworking/plugins master
12+
github.com/containernetworking/plugins 1fb94a4222eafc6f948eacdca9c9f2158b427e53
1313
github.com/containers/image 88423e35d5f11939b0db4fb8f2939fc04adf2463
1414
github.com/containers/storage e454acf9874d6c399ccb87d03fc4dcbe8c1a4cc6
1515
github.com/coreos/go-systemd v14

0 commit comments

Comments
 (0)