2020-04-04 15:29:11 -04:00

16 lines
831 B
YAML

allowed:
modules: # List of allowed modules
- gopkg.in/yaml.v2
- github.com/go-xmlfmt/xmlfmt
- github.com/phayes/checkstyle
- github.com/mitchellh/go-homedir
domains: # List of allowed module domains
- golang.org
blocked:
modules: # List of blocked modules
- github.com/uudashr/go-module: # Blocked module
recommendations: # Recommended modules that should be used instead (Optional)
- golang.org/x/mod
reason: "`mod` is the official go.mod parser library." # Reason why the recommended module should be used (Optional)