mirror of
https://github.com/vishvananda/netlink
synced 2024-12-27 09:02:16 +00:00
78ac5704cf
Use a tagged relase rather than an intermediate version.
9 lines
151 B
Modula-2
9 lines
151 B
Modula-2
module github.com/vishvananda/netlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae
|
|
golang.org/x/sys v0.10.0
|
|
)
|