mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-02 03:20:42 +02:00
sdk: ristretto is generic now, no need for the fiatjaf fork.
This commit is contained in:
2
sdk/cache/memory/cache.go
vendored
2
sdk/cache/memory/cache.go
vendored
@ -5,7 +5,7 @@ import (
|
||||
"encoding/hex"
|
||||
"time"
|
||||
|
||||
ristretto "github.com/fiatjaf/generic-ristretto"
|
||||
"github.com/dgraph-io/ristretto"
|
||||
)
|
||||
|
||||
type RistrettoCache[V any] struct {
|
||||
|
Reference in New Issue
Block a user