mirror of
https://github.com/gogs/gogs.git
synced 2025-12-16 21:30: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:
8
gogs.go
8
gogs.go
@@ -1,4 +1,4 @@
|
||||
// +build go1.8
|
||||
// +build go1.11
|
||||
|
||||
// Copyright 2014 The Gogs Authors. All rights reserved.
|
||||
// Use of this source code is governed by a MIT-style
|
||||
@@ -12,11 +12,11 @@ import (
|
||||
|
||||
"github.com/urfave/cli"
|
||||
|
||||
"github.com/gogs/gogs/cmd"
|
||||
"github.com/gogs/gogs/pkg/setting"
|
||||
"gogs.io/gogs/cmd"
|
||||
"gogs.io/gogs/pkg/setting"
|
||||
)
|
||||
|
||||
const Version = "0.11.95.1020"
|
||||
const Version = "0.11.95.1023"
|
||||
|
||||
func init() {
|
||||
setting.AppVer = Version
|
||||
|
||||
Reference in New Issue
Block a user