refactor(client): migrate from MetaMask/go-did-it to code.sonr.org/go/did-it

This commit is contained in:
2026-01-08 15:45:49 -05:00
parent 33841ea261
commit 6b9698c1e8
7 changed files with 30 additions and 30 deletions

View File

@@ -6,11 +6,11 @@ import (
"sync"
"time"
"github.com/MetaMask/go-did-it"
"code.sonr.org/go/did-it"
"github.com/ipfs/go-cid"
"github.com/ucan-wg/go-ucan/pkg/command"
"github.com/ucan-wg/go-ucan/token/delegation"
"code.sonr.org/go/ucan/pkg/command"
"code.sonr.org/go/ucan/token/delegation"
)
type Pool struct {