diff options
Diffstat (limited to 'pkg/template/highlight/highlight.go')
-rw-r--r-- | pkg/template/highlight/highlight.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/template/highlight/highlight.go b/pkg/template/highlight/highlight.go index 11b3967f..0a943f9b 100644 --- a/pkg/template/highlight/highlight.go +++ b/pkg/template/highlight/highlight.go @@ -8,7 +8,7 @@ import ( "path" "strings" - "github.com/gogs/gogs/pkg/setting" + "gogs.io/gogs/pkg/setting" ) var ( |