Skip to content

Commit 4f802c6

Browse files
committed
update repo to zero-legacy
1 parent 15f9d2b commit 4f802c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# store-legacy
1+
# zero-legacy
22

33
The `mongodb` lib based on `mgo`.
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/zeromicro/store-legacy
1+
module github.com/zeromicro/zero-legacy
22

33
go 1.18
44

mongo/collection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/zeromicro/go-zero/core/breaker"
99
"github.com/zeromicro/go-zero/core/logx"
1010
"github.com/zeromicro/go-zero/core/timex"
11-
"github.com/zeromicro/store-legacy/mongo/internal"
11+
"github.com/zeromicro/zero-legacy/mongo/internal"
1212
)
1313

1414
const defaultSlowThreshold = time.Millisecond * 500

mongo/collection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/zeromicro/go-zero/core/breaker"
1111
"github.com/zeromicro/go-zero/core/logx"
1212
"github.com/zeromicro/go-zero/core/stringx"
13-
"github.com/zeromicro/store-legacy/mongo/internal"
13+
"github.com/zeromicro/zero-legacy/mongo/internal"
1414
)
1515

1616
var errDummy = errors.New("dummy")

0 commit comments

Comments
 (0)