mirror of
https://github.com/gogs/gogs.git
synced 2026-05-07 11:06:24 +02:00
Fork go-libravatar to remove import path check
To use GitHub import path as much as possible.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user