summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 79fff5a6b3ee76e804e706e172659f08a6faa73b (plain) (blame)
1
2
3
4
5
6
7
8
9
module golang.zx2c4.com/wireguard

go 1.15

require (
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
	golang.org/x/net v0.0.0-20201224014010-6772e930b67b
	golang.org/x/sys v0.0.0-20210105210732-16f7687f5001
)