- module github.com/mdlayher/netlink
- go 1.12
- require (
- github.com/google/go-cmp v0.4.1
- github.com/jsimonetti/rtnetlink v0.0.0-20200505065535-3ee32e7e21a4
- golang.org/x/net v0.0.0-20200602114024-627f9648deb9
- golang.org/x/sys v0.0.0-20200610111108-226ff32320da
- )
|