mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-09-09 04:56:25 +08:00
update package reference
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
package cache
|
||||
|
||||
import "zero/core/stores/internal"
|
||||
import "github.com/tal-tech/go-zero/core/stores/internal"
|
||||
|
||||
type CacheConf = internal.ClusterConf
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@ package cache
|
||||
import (
|
||||
"time"
|
||||
|
||||
"zero/core/stores/internal"
|
||||
"github.com/tal-tech/go-zero/core/stores/internal"
|
||||
)
|
||||
|
||||
type Option = internal.Option
|
||||
|
||||
Reference in New Issue
Block a user