File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ require (
102102 github.com/valyala/bytebufferpool v1.0.0 // indirect
103103 github.com/valyala/fasttemplate v1.2.2 // indirect
104104 github.com/vishvananda/netlink v1.3.0
105- github.com/vishvananda/netns v0.0.4
105+ github.com/vishvananda/netns v0.0.5
106106 go.opencensus.io v0.24.0 // indirect
107107 go.uber.org/multierr v1.11.0 // indirect
108108 golang.org/x/crypto v0.28.0
@@ -160,6 +160,4 @@ replace (
160160 github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
161161)
162162
163- retract (
164- v1.16.15 // typo in the version number.
165- )
163+ retract v1.16.15 // typo in the version number.
Original file line number Diff line number Diff line change @@ -291,8 +291,9 @@ github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQ
291291github.com/valyala/fasttemplate v1.2.2 /go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ =
292292github.com/vishvananda/netlink v1.3.0 h1:X7l42GfcV4S6E4vHTsw48qbrV+9PVojNfIhZcwQdrZk =
293293github.com/vishvananda/netlink v1.3.0 /go.mod h1:i6NetklAujEcC6fK0JPjT8qSwWyO0HLn4UKG+hGqeJs =
294- github.com/vishvananda/netns v0.0.4 h1:Oeaw1EM2JMxD51g9uhtC0D7erkIjgmj8+JZc26m1YX8 =
295294github.com/vishvananda/netns v0.0.4 /go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM =
295+ github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY =
296+ github.com/vishvananda/netns v0.0.5 /go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM =
296297github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
297298github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
298299github.com/yuin/goldmark v1.3.5 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
You can’t perform that action at this time.
0 commit comments