From 81a52442a129322acfa12bc22a75aa2652484f33 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Sat, 14 Dec 2019 01:15:48 +0100 Subject: deps: update and fix chardet import (#9351) --- modules/charset/charset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/charset/charset.go b/modules/charset/charset.go index d3c5ac0b42..3d3d1664f9 100644 --- a/modules/charset/charset.go +++ b/modules/charset/charset.go @@ -12,7 +12,7 @@ import ( "code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/setting" - "github.com/gogits/chardet" + "github.com/gogs/chardet" "golang.org/x/net/html/charset" "golang.org/x/text/transform" ) -- cgit v1.2.3