mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-19 07:26:54 +02:00
27 lines
748 B
Modula-2
27 lines
748 B
Modula-2
module github.com/amnezia-vpn/amneziawg-go
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/refraction-networking/utls v1.1.5
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/tevino/abool/v2 v2.1.0
|
|
golang.org/x/crypto v0.19.0
|
|
golang.org/x/net v0.21.0
|
|
golang.org/x/sys v0.17.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
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|