blob: b87723533407f295018c33c91fd4271bb4ee5e75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module git.theodohertyfamily.com/tools/wg-wrap
go 1.26.3
require (
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
)
|