forked from forgejo/forgejo
fix import path, fix #1782
This commit is contained in:
parent
a749e6adcf
commit
932dbccb67
23 changed files with 55 additions and 53 deletions
|
@ -7,7 +7,7 @@ package user
|
|||
import (
|
||||
"net/url"
|
||||
|
||||
"github.com/macaron-contrib/captcha"
|
||||
"github.com/go-macaron/captcha"
|
||||
|
||||
"github.com/gogits/gogs/models"
|
||||
"github.com/gogits/gogs/modules/auth"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue