mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-23 17:37:21 +02:00
18 lines
480 B
Modula-2
18 lines
480 B
Modula-2
module github.com/amnezia-vpn/amneziawg-go
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/aarzilli/golua v0.0.0-20250217091409-248753f411c4
|
|
github.com/tevino/abool/v2 v2.1.0
|
|
golang.org/x/crypto v0.33.0
|
|
golang.org/x/net v0.35.0
|
|
golang.org/x/sys v0.30.0
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
|
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.0.1 // indirect
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
)
|