diff options
author | 2025-03-18 12:40:49 +0100 | |
---|---|---|
committer | 2025-03-18 12:58:41 +0100 | |
commit | 8e6558eba6665b51de35779bffa46803dbc4c10d (patch) | |
tree | 4d57ba0a6817261e0416cc200ffc0a53e74c3964 /go.mod | |
parent | build: make code signing method configurable (diff) | |
download | wireguard-windows-master.tar.xz wireguard-windows-master.zip |
This fixes "Import tunnel(s) from file" and any other file open/save
dialog popup crash on ARM64.
Reported-by: Damjan Perenič <dperenic@connect.ust.hk>
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,12 +1,11 @@ module golang.zx2c4.com/wireguard/windows -go 1.18 +go 1.20 require ( github.com/lxn/walk v0.0.0-20210112085537-c389da54e794 github.com/lxn/win v0.0.0-20210218163916-a377121e959e golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd - golang.org/x/net v0.0.0-20220225172249-27dd8689420f golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 golang.org/x/text v0.3.8-0.20220124021120-d1c84af989ab ) |