From 014c2a75454d6108c4fc6a7495a37874a3535e74 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 22 May 2019 14:35:27 +0200 Subject: conf: read files potentially with UTF16 --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 -- cgit v1.2.3-59-g8ed1b