chore(config): update go module dependencies and repo config
This commit is contained in:
20
.github/Repo.toml
vendored
Normal file
20
.github/Repo.toml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
[scopes]
|
||||
ci = [".github/workflows"]
|
||||
config = [".github", "go.mod", "go.sum"]
|
||||
docs = ["Readme.md", "LICENSE.md"]
|
||||
assets = ["assets"]
|
||||
pkg = ["pkg"]
|
||||
args = ["pkg/args"]
|
||||
command = ["pkg/command"]
|
||||
container = ["pkg/container"]
|
||||
meta = ["pkg/meta"]
|
||||
policy = ["pkg/policy"]
|
||||
secretbox = ["pkg/secretbox"]
|
||||
token = ["token"]
|
||||
delegation = ["token/delegation"]
|
||||
invocation = ["token/invocation"]
|
||||
toolkit = ["toolkit"]
|
||||
examples = ["toolkit/_example"]
|
||||
client = ["toolkit/client"]
|
||||
issuer = ["toolkit/issuer"]
|
||||
server = ["toolkit/server"]
|
||||
Reference in New Issue
Block a user