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

go 1.12

require (
	golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
	golang.org/x/net v0.0.0-20190522155817-f3200d17e092
	golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444
)