pmorie / osb-starter-pack

A quickstart for making a new Open Service Broker
Apache License 2.0
69 stars 47 forks source link

Remove gopkg.in/yaml.v2 from manifest #48

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

It is a transitive dependency and cannot be managed with dep without a hack. Since it resolves properly anyway to V2, it can be safely removed.

Fixes #46