chore(go): update deps

This commit is contained in:
Jacky 2024-10-24 18:58:06 +08:00
parent c5f5038d35
commit ea146ca37b
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
13 changed files with 97 additions and 116 deletions

View file

@ -1,7 +1,7 @@
package cache
import (
"github.com/dgraph-io/ristretto"
"github.com/dgraph-io/ristretto/v2"
"github.com/uozi-tech/cosy/logger"
"time"
)