From 4a5197ed48b22a24c5e150b9308ee4c149bec89e Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 27 Jul 2020 11:51:31 +0200 Subject: locale: sync translations and rework enumeration We now enumerate directories in locale/ and rename them if Crowdin is giving us a different language code. Signed-off-by: Jason A. Donenfeld --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b6b9ccf8..e791b9a4 100644 --- a/go.mod +++ b/go.mod @@ -7,9 +7,9 @@ require ( github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 golang.org/x/net v0.0.0-20200707034311-ab3426394381 - golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae + golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 golang.org/x/text v0.3.3 - golang.zx2c4.com/wireguard v0.0.20200321-0.20200714205944-31b574ef99a7 + golang.zx2c4.com/wireguard v0.0.20200321-0.20200715051853-507f148e1c42 ) replace ( -- cgit v1.2.3-59-g8ed1b