mirror of
https://github.com/net-byte/water.git
synced 2024-04-21 12:21:38 +00:00
14 lines
321 B
AMPL
14 lines
321 B
AMPL
module github.com/net-byte/water
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
|
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20220725212005-46097bf591d3 // indirect
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
|
|
)
|