Fork go-libravatar to remove import path check

To use GitHub import path as much as possible.
This commit is contained in:
Unknwon
2016-11-19 21:55:21 -05:00
parent a3ea4b8802
commit 95065de39a
6 changed files with 8 additions and 7 deletions

View File

@@ -21,9 +21,10 @@ import (
_ "github.com/go-macaron/cache/redis"
"github.com/go-macaron/session"
_ "github.com/go-macaron/session/redis"
"github.com/strk/go-libravatar"
"gopkg.in/ini.v1"
"github.com/gogits/go-libravatar"
"github.com/gogits/gogs/modules/bindata"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/user"