summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-04-08 14:21:50 +0800
committerGitHub <noreply@github.com>2023-04-08 14:21:50 +0800
commit8f00979f732c976b75086f75ab7e776d2ee18771 (patch)
tree2f8490f87912e1f5bdd3fa55fa01ed9589e1add5 /go.mod
parent7ee2c1336cddeb4c966d1d6f0dbe1e7680c1ee9a (diff)
downloadgitea-8f00979f732c976b75086f75ab7e776d2ee18771.tar.gz
gitea-8f00979f732c976b75086f75ab7e776d2ee18771.zip
Drop "unrolled/render" package (#23965)
None of the features of `unrolled/render` package is used. The Golang builtin "html/template" just works well. Then we can improve our HTML render to resolve the "$.root.locale.Tr" problem as much as possible. Next step: we can have a template render pool (by Clone), then we can inject global functions with dynamic context to every `Execute` calls. Then we can use `{{Locale.Tr ....}}` directly in all templates , no need to pass the `$.root.locale` again and again.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 4485c641fc..837ff555c6 100644
--- a/go.mod
+++ b/go.mod
@@ -96,7 +96,6 @@ require (
github.com/stretchr/testify v1.8.1
github.com/syndtr/goleveldb v1.0.0
github.com/tstranex/u2f v1.0.0
- github.com/unrolled/render v1.5.0
github.com/urfave/cli v1.22.12
github.com/xanzy/go-gitlab v0.80.2
github.com/xeipuuv/gojsonschema v1.2.0