aboutsummaryrefslogtreecommitdiff
path: root/models/migrations/migrations.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2019-10-23 23:03:17 -0700
committerGitHub <noreply@github.com>2019-10-23 23:03:17 -0700
commit613139e7bef81d3573e7988a47eb6765f3de347a (patch)
tree49de7277898d3ff47a122c072568edb8ed4c9ac9 /models/migrations/migrations.go
parentfb100dbf98f02e4c631d142ff0f52ec29ee2f00c (diff)
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
Diffstat (limited to 'models/migrations/migrations.go')
-rw-r--r--models/migrations/migrations.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/models/migrations/migrations.go b/models/migrations/migrations.go
index 3d3327ef..eb73a3b9 100644
--- a/models/migrations/migrations.go
+++ b/models/migrations/migrations.go
@@ -9,11 +9,11 @@ import (
"strings"
"time"
- "github.com/Unknwon/com"
- "github.com/go-xorm/xorm"
+ "github.com/unknwon/com"
+ "xorm.io/xorm"
log "gopkg.in/clog.v1"
- "github.com/gogs/gogs/pkg/tool"
+ "gogs.io/gogs/pkg/tool"
)
const _MIN_DB_VER = 10
@@ -102,9 +102,9 @@ You can migrate your older database using a previous release, then you can upgra
Please save following instructions to somewhere and start working:
- If you were using below 0.6.0 (e.g. 0.5.x), download last supported archive from following link:
- https://github.com/gogs/gogs/releases/tag/v0.7.33
+ https://gogs.io/gogs/releases/tag/v0.7.33
- If you were using below 0.7.0 (e.g. 0.6.x), download last supported archive from following link:
- https://github.com/gogs/gogs/releases/tag/v0.9.141
+ https://gogs.io/gogs/releases/tag/v0.9.141
Once finished downloading,