Update netlink vendoring (#1471)
* github.com/ema/qdisc * github.com/mdlayher/genetlink * github.com/mdlayher/wifi Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
8c3de12c22
commit
0e77317955
245 changed files with 6515 additions and 1699 deletions
10
vendor/github.com/mdlayher/netlink/go.mod
generated
vendored
Normal file
10
vendor/github.com/mdlayher/netlink/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module github.com/mdlayher/netlink
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.3.1
|
||||
github.com/jsimonetti/rtnetlink v0.0.0-20190606172950-9527aa82566a
|
||||
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
|
||||
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue