refactor(did): migrate from github.com/MetaMask/go-did-it to code.sonr.org/go/did-it
Some checks failed
Go Test / ubuntu (go 1.22.x) (push) Has been cancelled
Go Test / ubuntu (go 1.23.x) (push) Has been cancelled

This commit is contained in:
2026-01-08 15:36:21 -05:00
parent 1be1c0ed97
commit 45133e955f
3 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ import (
"encoding/json"
"net/url"
"github.com/MetaMask/go-did-it/crypto"
"code.sonr.org/go/did-it/crypto"
)
// DID is a decoded (i.e. from a string) Decentralized Identifier.