aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/go.mod
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-22 14:35:27 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-22 16:49:48 +0200
commit014c2a75454d6108c4fc6a7495a37874a3535e74 (patch)
treeeac24aad094e9e3ac6343c1928f455c7b07a9d83 /go.mod
parenttunnel: disable firewall before destroying wintun (diff)
downloadwireguard-windows-014c2a75454d6108c4fc6a7495a37874a3535e74.tar.xz
wireguard-windows-014c2a75454d6108c4fc6a7495a37874a3535e74.zip
conf: read files potentially with UTF16
Diffstat (limited to '')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index dde9fd0f..b261fb42 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
golang.org/x/crypto latest
golang.org/x/net latest
golang.org/x/sys latest
+ golang.org/x/text v0.3.0
github.com/Microsoft/go-winio latest
github.com/lxn/walk latest