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,9 +1,9 @@
package controllers
import (
"cloudreve/models"
"cloudreve/pkg/serializer"
"cloudreve/service/file"
"github.com/HFO4/cloudreve/models"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/HFO4/cloudreve/service/file"
"github.com/gin-gonic/gin"
)

View File

@@ -1,9 +1,9 @@
package controllers
import (
"cloudreve/pkg/conf"
"cloudreve/pkg/serializer"
"cloudreve/pkg/util"
"github.com/HFO4/cloudreve/pkg/conf"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/HFO4/cloudreve/pkg/util"
"github.com/gin-gonic/gin"
"github.com/mojocn/base64Captcha"
)

View File

@@ -1,9 +1,9 @@
package controllers
import (
"cloudreve/models"
"cloudreve/pkg/serializer"
"encoding/json"
"github.com/HFO4/cloudreve/models"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/gin-gonic/gin"
"gopkg.in/go-playground/validator.v8"
)

View File

@@ -1,9 +1,9 @@
package controllers
import (
"cloudreve/pkg/serializer"
"encoding/json"
"errors"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/stretchr/testify/assert"
"gopkg.in/go-playground/validator.v8"
"testing"

View File

@@ -1,7 +1,7 @@
package controllers
import (
"cloudreve/pkg/serializer"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/gin-gonic/gin"
)

View File

@@ -1,8 +1,8 @@
package controllers
import (
"cloudreve/pkg/serializer"
"cloudreve/service/user"
"github.com/HFO4/cloudreve/pkg/serializer"
"github.com/HFO4/cloudreve/service/user"
"github.com/gin-gonic/gin"
)