mirror of
https://github.com/amnezia-vpn/amneziawg-windows-client.git
synced 2026-05-17 08:15:44 +03:00
* replace wg.exe with awg.exe * update docs, update admin reg key * rename awg modules * build awg from source * remove unused params * improve work with tools * safe rebranding: change upgrade code, windows class and name * safe rebranding: wg -> awg * update dependencies, fixed showing transfered KBs * Revert "remove application update feature" This reverts commit9670f4298e. * Revert "remove application update feature #2" This reverts commitb0c96a9fd6. * updatepage and tray change WireGuard to AmneziaWG * move crypto from indirect to direct --------- Signed-off-by: Roman Zakharchuk <romikb@mail.ru>
27 lines
830 B
Modula-2
27 lines
830 B
Modula-2
module github.com/amnezia-vpn/amneziawg-windows-client
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
github.com/amnezia-vpn/amneziawg-go v0.2.12
|
|
github.com/amnezia-vpn/amneziawg-windows v0.1.4-0.20240526104134-db18f2297e5e
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e
|
|
golang.org/x/crypto v0.21.0
|
|
golang.org/x/sys v0.18.0
|
|
golang.org/x/text v0.14.0
|
|
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2
|
|
)
|
|
|
|
require (
|
|
github.com/tevino/abool/v2 v2.1.0 // indirect
|
|
golang.org/x/mod v0.8.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/tools v0.6.0 // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/lxn/walk => golang.zx2c4.com/wireguard/windows v0.0.0-20210121140954-e7fc19d483bd
|
|
github.com/lxn/win => golang.zx2c4.com/wireguard/windows v0.0.0-20210224134948-620c54ef6199
|
|
)
|