mirror of
https://github.com/amnezia-vpn/amneziawg-windows-client.git
synced 2026-05-17 08:15:44 +03:00
18 lines
375 B
Plaintext
18 lines
375 B
Plaintext
module golang.zx2c4.com/wireguard/windows
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/lxn/walk latest
|
|
github.com/lxn/win latest
|
|
golang.org/x/crypto latest
|
|
golang.org/x/net latest
|
|
golang.org/x/sys latest
|
|
golang.org/x/text master
|
|
)
|
|
|
|
replace (
|
|
github.com/lxn/walk => golang.zx2c4.com/wireguard/windows pkg/walk
|
|
github.com/lxn/win => golang.zx2c4.com/wireguard/windows pkg/walk-win
|
|
)
|