mirror of https://github.com/k3s-io/k3s
9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
|
module github.com/vishvananda/netlink
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
|
||
|
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444
|
||
|
)
|