fix imports
This commit is contained in:
parent
db4f978982
commit
3150285542
@ -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"
|
||||||
)
|
)
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user