Bump github.com/jellydator/ttlcache/v2 to v2.11.1

This commit is contained in:
Deluan 2024-02-16 21:42:22 -05:00
parent 71e5b271fb
commit f7a4387d0e
5 changed files with 8 additions and 16 deletions

View file

@ -5,7 +5,7 @@ import (
"strings"
"time"
"github.com/ReneKroon/ttlcache/v2"
"github.com/jellydator/ttlcache/v2"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/model"
)