summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-03-21 16:11:36 +0100
committerGitHub <noreply@github.com>2021-03-21 16:11:36 +0100
commit24f7bd589945c8fc22c9cfc00bc21fca679da9d0 (patch)
treeeb53dbc3679638b491b11eda5f1c4e231e60f7fa /go.mod
parent17731e05ff47c72013fb52d1fc2236b4d7da269b (diff)
downloadgitea-24f7bd589945c8fc22c9cfc00bc21fca679da9d0.tar.gz
gitea-24f7bd589945c8fc22c9cfc00bc21fca679da9d0.zip
Use i18n.Reset to reload locales (#15073)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 165c8f6933..33586e67fe 100644
--- a/go.mod
+++ b/go.mod
@@ -120,7 +120,7 @@ require (
github.com/tstranex/u2f v1.0.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/unknwon/com v1.0.1
- github.com/unknwon/i18n v0.0.0-20200823051745-09abd91c7f2c
+ github.com/unknwon/i18n v0.0.0-20210321134014-0ebbf2df1c44
github.com/unknwon/paginater v0.0.0-20200328080006-042474bd0eae
github.com/unrolled/render v1.0.3
github.com/urfave/cli v1.22.5