You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
379 B
Modula-2
12 lines
379 B
Modula-2
3 years ago
|
module test
|
||
|
|
||
|
go 1.18
|
||
|
|
||
|
require (
|
||
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
|
||
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
||
|
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 // indirect
|
||
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
||
|
golang.zx2c4.com/wireguard v0.0.0-20220317033214-ee1c8e0e8789 // indirect
|
||
|
)
|