mirror of
https://github.com/vishvananda/netlink.git
synced 2025-09-26 20:01:13 +08:00

- Adding file path for nerdctl and finch full diff: https://github.com/vishvananda/netns/compare/v0.0.4...v0.0.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module github.com/vishvananda/netlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/vishvananda/netns v0.0.5
|
|
golang.org/x/sys v0.10.0
|
|
)
|