chore(config): update go module path and repo config

This commit is contained in:
2026-01-08 15:36:12 -05:00
parent fcc73882e8
commit f0425c59f5
2 changed files with 11 additions and 1 deletions

10
.github/Repo.toml vendored Normal file
View File

@@ -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"]