You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
759 B
Modula-2
24 lines
759 B
Modula-2
module git.ruekov.eu/ruakij/routingtabletowg
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/jsimonetti/rtnetlink v1.2.3
|
|
github.com/vishvananda/netlink v1.1.0
|
|
golang.org/x/sys v0.1.0
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20221104135756-97bc4ad4a1cb
|
|
)
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/josharian/native v1.0.0 // indirect
|
|
github.com/mdlayher/genetlink v1.2.0 // indirect
|
|
github.com/mdlayher/netlink v1.6.2 // indirect
|
|
github.com/mdlayher/socket v0.2.3 // indirect
|
|
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/net v0.1.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.zx2c4.com/wireguard v0.0.0-20220920152132-bb719d3a6e2c // indirect
|
|
)
|