mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-05-04 18:36:18 +02:00
10 lines
183 B
Modula-2
10 lines
183 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.2
|
|
github.com/mdlayher/netlink v1.1.0
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
|
|
)
|