chore(config): update go module path and repo config
This commit is contained in:
10
.github/Repo.toml
vendored
Normal file
10
.github/Repo.toml
vendored
Normal 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"]
|
||||
Reference in New Issue
Block a user