sdk: ristretto is generic now, no need for the fiatjaf fork.

This commit is contained in:
fiatjaf
2024-10-22 08:02:28 -03:00
parent 986944059f
commit ab52b3efb2
3 changed files with 9 additions and 12 deletions

View File

@ -5,7 +5,7 @@ import (
"encoding/hex"
"time"
ristretto "github.com/fiatjaf/generic-ristretto"
"github.com/dgraph-io/ristretto"
)
type RistrettoCache[V any] struct {