mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2026-05-17 00:05:50 +03:00
* feat: added outline integration layer * chore: make the function used in RegisterFallbackParser a standalone one * fix: check if domain has a dot prior trimming it * fix: use net.JoinHostPort instead of plain concat
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
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
|
|
go.uber.org/atomic v1.11.0
|
|
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
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
|
gvisor.dev/gvisor v0.0.0-20231202080848-1f7806d17489
|
|
)
|
|
|
|
require (
|
|
github.com/Jigsaw-Code/outline-sdk v0.0.20 // indirect
|
|
github.com/Jigsaw-Code/outline-sdk/x v0.0.8 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/goccy/go-yaml v1.17.1 // indirect
|
|
github.com/google/btree v1.1.3 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
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
|
|
golang.org/x/time v0.9.0 // indirect
|
|
golang.org/x/tools v0.37.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|