Change import reference to match gitea instead of gogs (#37)
This commit is contained in:

committed by
Andrey Nering

parent
507ce134fa
commit
2d68bd1ef9
@ -25,9 +25,9 @@ import (
|
||||
"strk.kbt.io/projects/go/libravatar"
|
||||
"gopkg.in/ini.v1"
|
||||
|
||||
"github.com/gogits/gogs/modules/bindata"
|
||||
"github.com/gogits/gogs/modules/log"
|
||||
"github.com/gogits/gogs/modules/user"
|
||||
"github.com/go-gitea/gitea/modules/bindata"
|
||||
"github.com/go-gitea/gitea/modules/log"
|
||||
"github.com/go-gitea/gitea/modules/user"
|
||||
)
|
||||
|
||||
type Scheme string
|
||||
|
Reference in New Issue
Block a user