Modify: package name

This commit is contained in:
HFO4
2019-11-16 16:11:37 +08:00
parent 79caf635f9
commit e05ba1030c
22 changed files with 43 additions and 43 deletions

View File

@@ -1,10 +1,10 @@
package file
import (
"cloudreve/models"
"cloudreve/pkg/filesystem"
"cloudreve/pkg/filesystem/local"
"cloudreve/pkg/serializer"
"github.com/HFO4/cloudreve/models"
"github.com/HFO4/cloudreve/pkg/filesystem"
"github.com/HFO4/cloudreve/pkg/filesystem/local"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/gin-gonic/gin"
"mime/multipart"
)

View File

@@ -1,10 +1,10 @@
package user
import (
"cloudreve/models"
"cloudreve/pkg/serializer"
"cloudreve/pkg/util"
"fmt"
"github.com/HFO4/cloudreve/models"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/HFO4/cloudreve/pkg/util"
"github.com/gin-gonic/gin"
"github.com/mojocn/base64Captcha"
)