[FIX]更改包地址
This commit is contained in:
virus 2020-09-05 10:44:03 +08:00
parent 239cbac155
commit e2487411cd
5 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
package basic
import (
"github.com/Unknwon/com"
"github.com/astaxie/beego/validation"
"github.com/com"
"github.com/gin-gonic/gin"
"github.com/viletyy/potato/models/basic"
"github.com/viletyy/potato/pkg/e"

View File

@ -1,7 +1,7 @@
package basic
import (
"github.com/Unknwon/com"
"github.com/com"
"github.com/astaxie/beego/validation"
"github.com/gin-gonic/gin"
"github.com/viletyy/potato/models/basic"

View File

@ -1,8 +1,8 @@
package basic
import (
"github.com/Unknwon/com"
"github.com/astaxie/beego/validation"
"github.com/com"
"github.com/gin-gonic/gin"
"github.com/viletyy/potato/models/basic"
"github.com/viletyy/potato/pkg/e"

View File

@ -1,10 +1,10 @@
package main
import (
"./pkg/setting"
"./routers"
"context"
"fmt"
"github.com/viletyy/potato/pkg/setting"
"github.com/viletyy/potato/routers"
"log"
"net/http"
"os"

View File

@ -1,7 +1,7 @@
package util
import (
"github.com/Unknwon/com"
"github.com/com"
"github.com/viletyy/potato/pkg/setting"
"github.com/gin-gonic/gin"