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

@@ -7,8 +7,8 @@ import (
"fmt"
"testing"
"github.com/MetaMask/go-did-it/crypto"
"github.com/MetaMask/go-did-it/crypto/ed25519"
"code.sonr.org/go/did-it/crypto"
"code.sonr.org/go/did-it/crypto/ed25519"
"github.com/multiformats/go-varint"
"github.com/stretchr/testify/require"
)