From 613139e7bef81d3573e7988a47eb6765f3de347a Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 23 Oct 2019 23:03:17 -0700 Subject: 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 --- pkg/context/notice.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/context/notice.go') diff --git a/pkg/context/notice.go b/pkg/context/notice.go index c5a749dd..191441f1 100644 --- a/pkg/context/notice.go +++ b/pkg/context/notice.go @@ -8,12 +8,12 @@ import ( "os" "path" - "github.com/Unknwon/com" + "github.com/unknwon/com" log "gopkg.in/clog.v1" - "github.com/gogs/gogs/pkg/markup" - "github.com/gogs/gogs/pkg/setting" - "github.com/gogs/gogs/pkg/tool" + "gogs.io/gogs/pkg/markup" + "gogs.io/gogs/pkg/setting" + "gogs.io/gogs/pkg/tool" ) // renderNoticeBanner checks if a notice banner file exists and loads the message to display -- cgit v1.2.3