netlink/go.mod
Tobias Klauser 7e7e2d40cd Update golang.org/x/sys to current master
This will allow to use type IfaCacheinfo.
2020-01-27 15:51:47 -08:00

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-20200121082415-34d275377bf9
)