ref: a0c6dba305b86f638ec2d7d75a3a07248e4ae158
parent: bd1b019f8512f5c93d42d4b65785965b7b084d0b
author: Anthony Fok <[email protected]>
date: Fri Jan 23 23:30:00 EST 2015
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
--- a/parser/frontmatter.go
+++ b/parser/frontmatter.go
@@ -20,7 +20,7 @@
"strings"
"github.com/BurntSushi/toml"
- "gopkg.in/yaml.v1"
+ "gopkg.in/yaml.v2"
)
type FrontmatterType struct {