mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +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:
@@ -9,11 +9,11 @@ import (
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"github.com/Unknwon/paginater"
|
||||
"github.com/unknwon/paginater"
|
||||
log "gopkg.in/clog.v1"
|
||||
"gopkg.in/macaron.v1"
|
||||
|
||||
"github.com/gogs/gogs/pkg/setting"
|
||||
"gogs.io/gogs/pkg/setting"
|
||||
)
|
||||
|
||||
type APIContext struct {
|
||||
|
||||
Reference in New Issue
Block a user