summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-04-27 19:56:09 +0200
committerRuben Pollan <meskio@sindominio.net>2020-04-27 19:56:09 +0200
commitaf04003d9e37ef4a08c29e967962df40d2541660 (patch)
tree0fc3c6b6f1caeb7b106fc877f77ed0af412517bd /go.mod
parent4c5fbd10a4ddf551162154ffd815a9c4eb6ed818 (diff)
[i18n] Update locales, add german and a README notice about transifex
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 2d995f4..9aef301 100644
--- a/go.mod
+++ b/go.mod
@@ -27,12 +27,10 @@ require (
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59 // indirect
- golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191105142833-ac3223d80179 // indirect
golang.org/x/text v0.3.2
- golang.org/x/tools v0.0.0-20191104232314-dc038396d1f0 // indirect
- golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
+ golang.org/x/tools v0.0.0-20200427153019-a90b7300be7c // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)