summaryrefslogtreecommitdiffstats
path: root/modules/template/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/template/template.go')
-rw-r--r--modules/template/template.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/template/template.go b/modules/template/template.go
index 3a6eb042bb..3fe49fa380 100644
--- a/modules/template/template.go
+++ b/modules/template/template.go
@@ -19,11 +19,11 @@ import (
"golang.org/x/text/transform"
"gopkg.in/editorconfig/editorconfig-core-go.v1"
- "github.com/gogits/gogs/models"
- "github.com/gogits/gogs/modules/base"
- "github.com/gogits/gogs/modules/log"
- "github.com/gogits/gogs/modules/markdown"
- "github.com/gogits/gogs/modules/setting"
+ "github.com/go-gitea/gitea/models"
+ "github.com/go-gitea/gitea/modules/base"
+ "github.com/go-gitea/gitea/modules/log"
+ "github.com/go-gitea/gitea/modules/markdown"
+ "github.com/go-gitea/gitea/modules/setting"
)
func NewFuncMap() []template.FuncMap {