refactor: remove unused dependency

This commit is contained in:
Darp Alakun
2025-01-04 19:57:23 -05:00
parent e77d56f3f2
commit 34ceed025e
3 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import (
"github.com/golang-jwt/jwt"
"github.com/ipfs/go-cid"
"github.com/onsonr/crypto/ucan"
)
type IPFSTokenStore interface {