update package reference

This commit is contained in:
kevin
2020-08-08 16:40:10 +08:00
parent d19d25c72f
commit 0a7e0cce77
377 changed files with 881 additions and 1423 deletions

View File

@@ -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 (

View File

@@ -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() {

View File

@@ -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 {