mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-16 22:16:55 +02:00
9 lines
218 B
Modula-2
9 lines
218 B
Modula-2
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
|
|
)
|