mirror of
https://github.com/gogs/gogs.git
synced 2025-12-23 16:50:02 +01:00
Enable Go modules (#5835)
* Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
This commit is contained in:
@@ -7,12 +7,12 @@ package repo
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/Unknwon/com"
|
||||
"github.com/unknwon/com"
|
||||
|
||||
api "github.com/gogs/go-gogs-client"
|
||||
|
||||
"github.com/gogs/gogs/models"
|
||||
"github.com/gogs/gogs/pkg/context"
|
||||
"gogs.io/gogs/models"
|
||||
"gogs.io/gogs/pkg/context"
|
||||
)
|
||||
|
||||
func ListLabels(c *context.APIContext) {
|
||||
|
||||
Reference in New Issue
Block a user