fix imports

This commit is contained in:
Anker Jam 2021-01-09 21:27:30 +08:00
parent db4f978982
commit 3150285542
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ package orm
import ( import (
"fmt" "fmt"
"github.com/astaxie/beego/client/orm/clauses" "github.com/beego/beego/v2/client/orm/clauses"
"github.com/astaxie/beego/client/orm/clauses/order_clause" "github.com/beego/beego/v2/client/orm/clauses/order_clause"
"strings" "strings"
"time" "time"
) )

View File

@ -17,8 +17,8 @@ package orm
import ( import (
"context" "context"
"fmt" "fmt"
"github.com/astaxie/beego/v2/client/orm/hints" "github.com/beego/beego/v2/client/orm/hints"
"github.com/astaxie/beego/v2/client/orm/clauses/order_clause" "github.com/beego/beego/v2/client/orm/clauses/order_clause"
) )
type colValue struct { type colValue struct {