mirror of
https://github.com/rancher/plugins.git
synced 2025-07-12 06:27:58 +00:00
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-20200728191858-db3c7e526aae
|
|
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
|
)
|