adjust to the repo moving to MetaMask org
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"crypto/rsa"
|
||||
"fmt"
|
||||
|
||||
"github.com/ucan-wg/go-did-it/crypto"
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -6,8 +6,8 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/ucan-wg/go-did-it/crypto"
|
||||
"github.com/ucan-wg/go-did-it/crypto/_testsuite"
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
"github.com/MetaMask/go-did-it/crypto/_testsuite"
|
||||
)
|
||||
|
||||
var harness2048 = testsuite.TestHarness[*PublicKey, *PrivateKey]{
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"fmt"
|
||||
"math/big"
|
||||
|
||||
"github.com/ucan-wg/go-did-it/crypto"
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
)
|
||||
|
||||
var _ crypto.PrivateKeySigningASN1 = &PrivateKey{}
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
"fmt"
|
||||
"math/big"
|
||||
|
||||
"github.com/ucan-wg/go-did-it/crypto"
|
||||
helpers "github.com/ucan-wg/go-did-it/crypto/internal"
|
||||
"github.com/MetaMask/go-did-it/crypto"
|
||||
helpers "github.com/MetaMask/go-did-it/crypto/internal"
|
||||
)
|
||||
|
||||
var _ crypto.PublicKeySigningASN1 = &PublicKey{}
|
||||
|
||||
Reference in New Issue
Block a user