summaryrefslogtreecommitdiff
path: root/go.mod
blob: 76e58204e5d404752b5bd5b0e0fca61bd6fa9ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module git.theodohertyfamily.com/wg-wrap

go 1.26.3

require (
	golang.org/x/sys v0.45.0
	golang.zx2c4.com/wireguard v0.0.0-20260522210424-ecfc5a8d5446
)

require (
	github.com/vishvananda/netlink v1.3.1 // indirect
	github.com/vishvananda/netns v0.0.5 // indirect
	golang.org/x/crypto v0.52.0 // indirect
	golang.org/x/net v0.55.0 // indirect
	golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
)