refactor(delegation): migrate from github.com/ucan-wg to code.sonr.org/go

This commit is contained in:
2026-01-08 15:45:53 -05:00
parent 499f83fd6f
commit b23a6de775
12 changed files with 43 additions and 43 deletions

View File

@@ -5,11 +5,11 @@ import (
"path/filepath"
"sync"
_ "github.com/MetaMask/go-did-it/verifiers/did-key"
_ "code.sonr.org/go/did-it/verifiers/did-key"
"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"
)
var (