mirror of
https://github.com/gogs/gogs.git
synced 2025-12-24 01:00:00 +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,8 +9,8 @@ import (
|
||||
|
||||
api "github.com/gogs/go-gogs-client"
|
||||
|
||||
"github.com/gogs/gogs/pkg/context"
|
||||
"github.com/gogs/gogs/pkg/markup"
|
||||
"gogs.io/gogs/pkg/context"
|
||||
"gogs.io/gogs/pkg/markup"
|
||||
)
|
||||
|
||||
func Markdown(c *context.APIContext, form api.MarkdownOption) {
|
||||
|
||||
Reference in New Issue
Block a user