File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/onsi/gomega v1.37.0
1212 github.com/pkg/errors v0.9.1
1313 github.com/stretchr/testify v1.10.0
14- github.com/vishvananda/netlink v1.3.0
14+ github.com/vishvananda/netlink v1.3.1
1515 golang.org/x/net v0.40.0
1616 google.golang.org/grpc v1.72.0
1717 k8s.io/kubelet v0.27.16
@@ -34,7 +34,7 @@ require (
3434 github.com/pmezard/go-difflib v1.0.0 // indirect
3535 github.com/stretchr/objx v0.5.2 // indirect
3636 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
37- github.com/vishvananda/netns v0.0.4 // indirect
37+ github.com/vishvananda/netns v0.0.5 // indirect
3838 golang.org/x/mod v0.17.0 // indirect
3939 golang.org/x/sys v0.33.0 // indirect
4040 golang.org/x/text v0.25.0 // indirect
Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtse
109109github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 /go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww =
110110github.com/urfave/cli v1.19.1 /go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA =
111111github.com/vishvananda/netlink v1.1.0 /go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE =
112- github.com/vishvananda/netlink v1.3.0 h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQdrZk =
113- github.com/vishvananda/netlink v1.3.0 /go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs =
112+ github.com/vishvananda/netlink v1.3.1 h1:3AEMt62VKqz90r0tmNhog0r/PpWKmrEShJU0wJW6bV0 =
113+ github.com/vishvananda/netlink v1.3.1 /go.mod h1:ARtKouGSTGchR8aMwmkzC0qiNPrrWO5JS/XMVl45+b4 =
114114github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df /go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU =
115- github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8 =
116- github.com/vishvananda/netns v0.0.4 /go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM =
115+ github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY =
116+ github.com/vishvananda/netns v0.0.5 /go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM =
117117github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c =
118118github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f /go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU =
119119github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0 =
You can’t perform that action at this time.
0 commit comments