In module lists, handle allowed replacements.

This commit is contained in:
monopole
2021-04-30 18:35:59 -07:00
parent accd71a105
commit 6c9bf58e7f
6 changed files with 32 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ var (
"site",
}
// TODO: make this a PATH-like flag
allowedReplacements = []string {
allowedReplacements = []string{
"gopkg.in/yaml.v3",
}
)