refactor(crypto): migrate to new go module path code.sonr.org/go/did-it/crypto
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"crypto/rsa"
|
||||
"fmt"
|
||||
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
"code.sonr.org/go/did-it/crypto"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
"github.com/MetaMask/go-did-it/crypto/_testsuite"
|
||||
"code.sonr.org/go/did-it/crypto"
|
||||
"code.sonr.org/go/did-it/crypto/_testsuite"
|
||||
)
|
||||
|
||||
var harness2048 = testsuite.TestHarness[*PublicKey, *PrivateKey]{
|
||||
|
||||
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
"github.com/ucan-wg/go-varsig"
|
||||
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
"code.sonr.org/go/did-it/crypto"
|
||||
)
|
||||
|
||||
var _ crypto.PrivateKeySigningASN1 = &PrivateKey{}
|
||||
|
||||
@@ -10,8 +10,8 @@ import (
|
||||
|
||||
"github.com/ucan-wg/go-varsig"
|
||||
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
helpers "github.com/MetaMask/go-did-it/crypto/internal"
|
||||
"code.sonr.org/go/did-it/crypto"
|
||||
helpers "code.sonr.org/go/did-it/crypto/internal"
|
||||
)
|
||||
|
||||
var _ crypto.PublicKeySigningASN1 = &PublicKey{}
|
||||
|
||||
Reference in New Issue
Block a user