upgrade: update go mod
This commit is contained in:
@ -10,10 +10,11 @@ package cache
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
cacheAbstract "git.zhangdeman.cn/zhangdeman/cache/abstract"
|
||||
gocache "github.com/patrickmn/go-cache"
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
cacheAbstract "git.zhangdeman.cn/zhangdeman/cache/abstract"
|
||||
gocache "github.com/patrickmn/go-cache"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user