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 @@ -130,8 +130,11 @@ require (
130130 sigs.k8s.io/yaml v1.2.0 // indirect
131131)
132132
133+ require github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
134+
133135require (
134136 github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 // indirect
137+ github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
135138 github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c // indirect
136139 github.com/zmap/zlint v1.1.0 // indirect
137140)
Original file line number Diff line number Diff line change @@ -1369,10 +1369,12 @@ github.com/vdemeester/k8s-pkg-credentialprovider v1.17.4/go.mod h1:inCTmtUdr5KJb
13691369github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf /go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk =
13701370github.com/vishvananda/netlink v1.1.0 /go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE =
13711371github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 /go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho =
1372+ github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 h1:+UB2BJA852UkGH42H+Oee69djmxS3ANzl2b/JtT1YiA =
13721373github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5 /go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho =
13731374github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc /go.mod h1:ZjcWmFBXmLKZu9Nxj3WKYEafiSqer2rnvPr0en9UNpI =
13741375github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df /go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU =
13751376github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae /go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0 =
1377+ github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f h1:p4VB7kIXpOQvVn1ZaTIVp+3vuYAXFe3OJEvjbUYJLaA =
13761378github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f /go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0 =
13771379github.com/vmihailenco/msgpack v3.3.3+incompatible /go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk =
13781380github.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