Repo cloned
This commit is contained in:
parent
b280361250
commit
db901828a8
235 changed files with 27925 additions and 2 deletions
14
tunnel/tools/libwg-go/go.mod
Normal file
14
tunnel/tools/libwg-go/go.mod
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
module golang.zx2c4.com/wireguard/android
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require (
|
||||
golang.org/x/sys v0.33.0
|
||||
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/crypto v0.38.0 // indirect
|
||||
golang.org/x/net v0.40.0 // indirect
|
||||
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue