yaml
yaml copied to clipboard
add vendoring
The code uses a library:
- package: gopkg.in/yaml.v2
repo: https://github.com/go-yaml/yaml.git
version: v2.2.1
which is not vendored in. This means if you use this library and do full vendoring, this library is missing.