update package reference
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
package mongoc
|
||||
|
||||
import (
|
||||
"zero/core/stores/internal"
|
||||
"zero/core/stores/mongo"
|
||||
"zero/core/syncx"
|
||||
|
||||
"github.com/globalsign/mgo"
|
||||
"github.com/tal-tech/go-zero/core/stores/internal"
|
||||
"github.com/tal-tech/go-zero/core/stores/mongo"
|
||||
"github.com/tal-tech/go-zero/core/syncx"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -11,15 +11,14 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"zero/core/stat"
|
||||
"zero/core/stores/internal"
|
||||
"zero/core/stores/mongo"
|
||||
"zero/core/stores/redis"
|
||||
|
||||
"github.com/alicebob/miniredis"
|
||||
"github.com/globalsign/mgo"
|
||||
"github.com/globalsign/mgo/bson"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/tal-tech/go-zero/core/stat"
|
||||
"github.com/tal-tech/go-zero/core/stores/internal"
|
||||
"github.com/tal-tech/go-zero/core/stores/mongo"
|
||||
"github.com/tal-tech/go-zero/core/stores/redis"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -3,12 +3,11 @@ package mongoc
|
||||
import (
|
||||
"log"
|
||||
|
||||
"zero/core/stores/cache"
|
||||
"zero/core/stores/internal"
|
||||
"zero/core/stores/mongo"
|
||||
"zero/core/stores/redis"
|
||||
|
||||
"github.com/globalsign/mgo"
|
||||
"github.com/tal-tech/go-zero/core/stores/cache"
|
||||
"github.com/tal-tech/go-zero/core/stores/internal"
|
||||
"github.com/tal-tech/go-zero/core/stores/mongo"
|
||||
"github.com/tal-tech/go-zero/core/stores/redis"
|
||||
)
|
||||
|
||||
type Model struct {
|
||||
|
||||
Reference in New Issue
Block a user