diff --git a/.github/Repo.toml b/.github/Repo.toml new file mode 100644 index 0000000..fc8cecd --- /dev/null +++ b/.github/Repo.toml @@ -0,0 +1,10 @@ +[scopes] +ci = [".github/workflows"] +config = [".github", "go.mod", "go.sum", ".gitignore"] +docs = ["Readme.md", "crypto/Readme.md", "design.md", "LICENSE.md"] +tests = ["didtest", "verifiers/did-key/testvectors"] +core = ["*.go"] +crypto = ["crypto"] +verifiers = ["verifiers"] +controller = ["controller"] +document = ["document"] diff --git a/go.mod b/go.mod index 66e24eb..9b52b3b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/MetaMask/go-did-it +module code.sonr.org/go/did-it go 1.24.4