Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReed Trevelyan <Heanthor@users.noreply.github.com>2020-09-27 21:54:44 +0300
committerGitHub <noreply@github.com>2020-09-27 21:54:44 +0300
commit30e8646d43389a4ccd4a7615982180e50dca8214 (patch)
tree1aa56342c622d0e63c469a760e56564c15100742
parent9f105231d3a5f6877a2bf8321dfa15ea6f844b1b (diff)
update x/text to 0.3.3 (#31)
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 34ab6f23..db52407b 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,4 @@ module github.com/go-playground/locales
go 1.13
-require golang.org/x/text v0.3.2
+require golang.org/x/text v0.3.3
diff --git a/go.sum b/go.sum
index 63c9200f..fd5b10f7 100644
--- a/go.sum
+++ b/go.sum
@@ -1,3 +1,3 @@
-golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
-golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
+golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=
+golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=