2024-01-19 15:08:27 +03:00
|
|
|
module github.com/amnezia-vpn/amneziawg-go
|
2018-10-09 18:11:36 +02:00
|
|
|
|
2025-07-07 05:34:51 -07:00
|
|
|
go 1.24.4
|
2019-04-13 01:58:53 +02:00
|
|
|
|
2018-10-09 18:11:36 +02:00
|
|
|
require (
|
2025-07-07 05:34:51 -07:00
|
|
|
github.com/stretchr/testify v1.10.0
|
|
|
|
|
github.com/tevino/abool v1.2.0
|
|
|
|
|
go.uber.org/atomic v1.11.0
|
2025-12-19 03:14:48 +01:00
|
|
|
golang.org/x/crypto v0.42.0
|
|
|
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
|
|
|
|
|
golang.org/x/net v0.44.0
|
|
|
|
|
golang.org/x/sys v0.36.0
|
2023-03-03 14:58:10 +01:00
|
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
2025-07-07 05:34:51 -07:00
|
|
|
gvisor.dev/gvisor v0.0.0-20231202080848-1f7806d17489
|
2022-08-29 12:04:27 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2025-12-19 03:14:48 +01:00
|
|
|
github.com/Jigsaw-Code/outline-sdk v0.0.20 // indirect
|
|
|
|
|
github.com/Jigsaw-Code/outline-sdk/x v0.0.8 // indirect
|
2025-07-07 05:34:51 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2025-12-19 03:14:48 +01:00
|
|
|
github.com/goccy/go-yaml v1.17.1 // indirect
|
2025-02-10 21:44:17 +03:30
|
|
|
github.com/google/btree v1.1.3 // indirect
|
2025-12-19 03:14:48 +01:00
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2025-07-07 05:34:51 -07:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-12-19 03:14:48 +01:00
|
|
|
github.com/shadowsocks/go-shadowsocks2 v0.1.5 // indirect
|
|
|
|
|
golang.org/x/mobile v0.0.0-20240520174638-fa72addaaa1b // indirect
|
|
|
|
|
golang.org/x/mod v0.28.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.17.0 // indirect
|
2025-02-10 21:44:17 +03:30
|
|
|
golang.org/x/time v0.9.0 // indirect
|
2025-12-19 03:14:48 +01:00
|
|
|
golang.org/x/tools v0.37.0 // indirect
|
2025-07-07 05:34:51 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2018-10-09 18:11:36 +02:00
|
|
|
)
|