mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Stop using gopkg.in/yaml.v1 in favor of gopkg.in/yaml.v2 #61

Closed miha-plesko closed 7 years ago

miha-plesko commented 7 years ago

Currently, we're using a mixture of two versions of the yaml library: v1 and v2. With this commit we unify this so that only v2 is used everywhere since v1 does not support custom marshallers (which we recently started to be using).