feat: replace golang.zx2c4.com/wireguard with github.com/amnezia-vpn/amneziawg-go

Add support wireguard with obfuscation

Closed #101
This commit is contained in:
Evsyukov Denis 2024-02-19 11:03:50 +03:00
parent a2d7aecb6f
commit f750e3d110
No known key found for this signature in database
5 changed files with 12 additions and 9 deletions

5
go.mod
View file

@ -7,15 +7,16 @@ toolchain go1.21.6
require (
github.com/MakeNowJust/heredoc/v2 v2.0.1
github.com/akamensky/argparse v1.4.0
github.com/amnezia-vpn/amneziawg-go v0.2.3
github.com/go-ini/ini v1.67.0
github.com/sourcegraph/conc v0.3.0
github.com/things-go/go-socks5 v0.0.5
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
suah.dev/protect v1.2.3
)
require (
github.com/google/btree v1.1.2 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/tevino/abool/v2 v2.1.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect