refactor(verifiers): migrate from go-did-it to code.sonr.org/go/did-it
This commit is contained in:
@@ -10,8 +10,8 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/MetaMask/go-did-it"
|
||||
"github.com/MetaMask/go-did-it/document"
|
||||
"code.sonr.org/go/did-it"
|
||||
"code.sonr.org/go/did-it/document"
|
||||
)
|
||||
|
||||
// Specification: https://w3c-ccg.github.io/did-method-web/
|
||||
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
"github.com/MetaMask/go-did-it"
|
||||
"code.sonr.org/go/did-it"
|
||||
)
|
||||
|
||||
func TestDecode(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user