mirror of
https://github.com/jsimonetti/rtnetlink.git
synced 2026-04-17 18:21:08 +02:00
golang/x/sys/unix was updated to include the unix.IFA_FLAGS constant Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
9 lines
178 B
Modula-2
9 lines
178 B
Modula-2
module github.com/jsimonetti/rtnetlink
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/mdlayher/netlink v0.0.0-20190409211403-11939a169225
|
|
golang.org/x/sys v0.0.0-20190410170021-cc4d4f50624c
|
|
)
|