refactor(issuer): migrate from github.com/MetaMask/go-did-it to code.sonr.org/go/did-it
This commit is contained in:
@@ -6,12 +6,12 @@ import (
|
|||||||
"iter"
|
"iter"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/MetaMask/go-did-it"
|
"code.sonr.org/go/did-it"
|
||||||
|
|
||||||
"github.com/ucan-wg/go-ucan/pkg/command"
|
"code.sonr.org/go/ucan/pkg/command"
|
||||||
"github.com/ucan-wg/go-ucan/pkg/container"
|
"code.sonr.org/go/ucan/pkg/container"
|
||||||
"github.com/ucan-wg/go-ucan/token/delegation"
|
"code.sonr.org/go/ucan/token/delegation"
|
||||||
"github.com/ucan-wg/go-ucan/toolkit/client"
|
"code.sonr.org/go/ucan/toolkit/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
type RequestResolver func(r *http.Request) (*ResolvedRequest, error)
|
type RequestResolver func(r *http.Request) (*ResolvedRequest, error)
|
||||||
|
|||||||
@@ -5,13 +5,13 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"iter"
|
"iter"
|
||||||
|
|
||||||
"github.com/MetaMask/go-did-it"
|
"code.sonr.org/go/did-it"
|
||||||
didkeyctl "github.com/MetaMask/go-did-it/controller/did-key"
|
didkeyctl "code.sonr.org/go/did-it/controller/did-key"
|
||||||
"github.com/MetaMask/go-did-it/crypto"
|
"code.sonr.org/go/did-it/crypto"
|
||||||
|
|
||||||
"github.com/ucan-wg/go-ucan/pkg/command"
|
"code.sonr.org/go/ucan/pkg/command"
|
||||||
"github.com/ucan-wg/go-ucan/token/delegation"
|
"code.sonr.org/go/ucan/token/delegation"
|
||||||
"github.com/ucan-wg/go-ucan/toolkit/client"
|
"code.sonr.org/go/ucan/toolkit/client"
|
||||||
)
|
)
|
||||||
|
|
||||||
// RootIssuingLogic is a function that decides what powers are given to a client.
|
// RootIssuingLogic is a function that decides what powers are given to a client.
|
||||||
|
|||||||
Reference in New Issue
Block a user