diff options
Diffstat (limited to 'routes/api/v1/convert/convert.go')
-rw-r--r-- | routes/api/v1/convert/convert.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/routes/api/v1/convert/convert.go b/routes/api/v1/convert/convert.go index a6ced6fc..767fd7da 100644 --- a/routes/api/v1/convert/convert.go +++ b/routes/api/v1/convert/convert.go @@ -7,12 +7,12 @@ package convert import ( "fmt" - "github.com/Unknwon/com" + "github.com/unknwon/com" "github.com/gogs/git-module" api "github.com/gogs/go-gogs-client" - "github.com/gogs/gogs/models" + "gogs.io/gogs/models" ) func ToEmail(email *models.EmailAddress) *api.Email { |