mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[优化]
This commit is contained in:
2
pkg/cache/device_etoken.go
vendored
2
pkg/cache/device_etoken.go
vendored
@@ -2,7 +2,7 @@ package cache
|
||||
|
||||
import (
|
||||
"context"
|
||||
"pandax/kit/rediscli"
|
||||
"github.com/PandaXGO/PandaKit/rediscli"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
2
pkg/cache/product_rule.go
vendored
2
pkg/cache/product_rule.go
vendored
@@ -1,7 +1,7 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"pandax/kit/cache"
|
||||
"github.com/PandaXGO/PandaKit/cache"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
||||
2
pkg/cache/sub_device.go
vendored
2
pkg/cache/sub_device.go
vendored
@@ -1,7 +1,7 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"pandax/kit/cache"
|
||||
"github.com/PandaXGO/PandaKit/cache"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user