yaml icon indicating copy to clipboard operation
yaml copied to clipboard

add vendoring

Open mjudeikis opened this issue 7 years ago • 0 comments

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.

mjudeikis avatar Aug 17 '18 12:08 mjudeikis