forked from chipmk/docker-mac-net-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 911 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/chipmk/docker-mac-net-connect/client
go 1.17
require (
github.com/coreos/go-iptables v0.6.0
github.com/vishvananda/netlink v1.1.1-0.20211101163509-b10eb8fe5cf6
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20211109202428-0073765f69ba
)
require (
github.com/google/go-cmp v0.5.6 // indirect
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
github.com/mdlayher/genetlink v1.0.0 // indirect
github.com/mdlayher/netlink v1.4.1 // indirect
github.com/mdlayher/socket v0.0.0-20211102153432-57e3fa563ecb // indirect
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/net v0.0.0-20211108170745-6635138e15ea // indirect
golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 // indirect
golang.zx2c4.com/wireguard v0.0.0-20211109020618-685490f568cf // indirect
)