mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-08-03 18:22:50 +02:00
23 lines
623 B
Modula-2
23 lines
623 B
Modula-2
module github.com/amnezia-vpn/amneziawg-go
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tevino/abool v1.2.0
|
|
github.com/tevino/abool/v2 v2.1.0
|
|
go.uber.org/atomic v1.11.0
|
|
golang.org/x/crypto v0.39.0
|
|
golang.org/x/net v0.41.0
|
|
golang.org/x/sys v0.33.0
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
|
gvisor.dev/gvisor v0.0.0-20231202080848-1f7806d17489
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/btree v1.1.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/time v0.9.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|