mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 13:36:55 +02:00
17 lines
443 B
Modula-2
17 lines
443 B
Modula-2
module github.com/amnezia-vpn/amnezia-wg
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/tevino/abool/v2 v2.1.0
|
|
golang.org/x/crypto v0.6.0
|
|
golang.org/x/net v0.7.0
|
|
golang.org/x/sys v0.5.1-0.20230222185716-a3b23cc77e89
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
|
gvisor.dev/gvisor v0.0.0-20221203005347-703fd9b7fbc0
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.0.1 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
)
|