]> source.dussan.org Git - gitea.git/commitdiff
Change chardet to gogits
authorPeter Smit <peter@smitmail.eu>
Thu, 15 Jan 2015 10:40:16 +0000 (12:40 +0200)
committerPeter Smit <peter@smitmail.eu>
Thu, 15 Jan 2015 10:40:16 +0000 (12:40 +0200)
.gopmfile
modules/base/template.go

index 49b4171550c62358aded827855d63c1b7252a029..dd262cbb5f753be3e403ebd7fd672bbb448f15a2 100644 (file)
--- a/.gopmfile
+++ b/.gopmfile
@@ -13,6 +13,7 @@ github.com/codegangsta/cli = commit:7381bc4e62
 github.com/go-sql-driver/mysql = commit:8111ee3ec3
 github.com/go-xorm/core = commit:3e0fa232ab
 github.com/go-xorm/xorm = commit:58d33844ce
+github.com/gogits/chardet = commit:2404f77725
 github.com/gogits/go-gogs-client = commit:92e76d616a
 github.com/gogits/oauth2 = commit:99cbec870a
 github.com/lib/pq = commit:b021d0ef20
@@ -27,7 +28,6 @@ github.com/macaron-contrib/toolbox = commit:57127bcc89
 github.com/mattn/go-sqlite3 = commit:a80c27ba33
 github.com/nfnt/resize = commit:581d15cb53
 github.com/russross/blackfriday = commit:05b8cefd6a
-github.com/saintfish/chardet = commit:3af4cd4741
 
 [res]
 include = conf|etc|public|scripts|templates
index 9107f3e12944578d388ef63baac36bbc34885f1a..d96617c05f604d4c943fd15b2a51b87db6936ee7 100644 (file)
@@ -17,7 +17,7 @@ import (
        "golang.org/x/text/transform"
 
        "github.com/gogits/gogs/modules/setting"
-       "github.com/saintfish/chardet"
+       "github.com/gogits/chardet"
 )
 
 func Str2html(raw string) template.HTML {