mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Feat: Decide whether to do database migration based on version.lock
This commit is contained in:
3
go.mod
3
go.mod
@@ -1,4 +1,4 @@
|
||||
module Cloudreve
|
||||
module cloudreve
|
||||
|
||||
go 1.12
|
||||
|
||||
@@ -10,6 +10,7 @@ require (
|
||||
github.com/go-playground/universal-translator v0.16.0 // indirect
|
||||
github.com/jinzhu/gorm v1.9.11
|
||||
github.com/leodido/go-urn v1.2.0 // indirect
|
||||
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
|
||||
github.com/pkg/errors v0.8.0
|
||||
github.com/stretchr/testify v1.4.0
|
||||
gopkg.in/go-playground/validator.v8 v8.18.2
|
||||
|
||||
Reference in New Issue
Block a user