Comply with Golang semantic import versioning (#630)
* Code: compatible with semantic import versioning * Tools & Docs: compatible with semantic import versioning * Clean go.mod & go.sum
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package serializer
|
||||
|
||||
import model "github.com/HFO4/cloudreve/models"
|
||||
import model "github.com/cloudreve/Cloudreve/v3/models"
|
||||
|
||||
// SiteConfig 站点全局设置序列
|
||||
type SiteConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user