File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,11 @@ require (
129129 sigs.k8s.io/yaml v1.2.0 // indirect
130130)
131131
132+ require github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
133+
132134require (
133135 github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 // indirect
136+ github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
134137 github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c // indirect
135138 github.com/zmap/zlint v1.1.0 // indirect
136139)
Original file line number Diff line number Diff line change @@ -1375,10 +1375,12 @@ github.com/vdemeester/k8s-pkg-credentialprovider v1.17.4/go.mod h1:inCTmtUdr5KJb
13751375github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf /go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk =
13761376github.com/vishvananda/netlink v1.1.0 /go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE =
13771377github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 /go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho =
1378+ github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 h1:+UB2BJA852UkGH42H+Oee69djmxS3ANzl2b/JtT1YiA =
13781379github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 /go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho =
13791380github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc /go.mod h1:ZjcWmFBXmLKZu9Nxj3WKYEafiSqer2rnvPr0en9UNpI =
13801381github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df /go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU =
13811382github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae /go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0 =
1383+ github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f h1:p4VB7kIXpOQvVn1ZaTIVp+3vuYAXFe3OJEvjbUYJLaA =
13821384github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f /go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0 =
13831385github.com/vmihailenco/msgpack v3.3.3+incompatible /go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk =
13841386github.com/vmihailenco/msgpack/v4 v4.3.12 /go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+NXzzngzBKDPIqw4 =
You can’t perform that action at this time.
0 commit comments