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

This commit is contained in:
2026-01-08 15:45:57 -05:00
parent 0c35addf65
commit ec4cc024d4
9 changed files with 34 additions and 34 deletions

View File

@@ -5,13 +5,13 @@ import (
"encoding/base64"
"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/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/ucan-wg/go-ucan/token/internal/envelope"
"github.com/ucan-wg/go-ucan/token/invocation"
"code.sonr.org/go/ucan/token/internal/envelope"
"code.sonr.org/go/ucan/token/invocation"
)
const (