mirror of
https://github.com/vishvananda/netlink
synced 2024-12-17 20:24:44 +00:00
7b120549aa
Use a tagged version of the dependency. I picked the current version,
although older versions could probably work.
full diff: db3c7e526a
...v0.0.4
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.4
|
|
golang.org/x/sys v0.10.0
|
|
)
|