Files
water/go.mod
T
2022-07-26 22:30:41 +08:00

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
)