From a0c6dba305b86f638ec2d7d75a3a07248e4ae158 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sat, 24 Jan 2015 04:30:00 -0700 Subject: [PATCH] Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 --- parser/frontmatter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/frontmatter.go b/parser/frontmatter.go index 68e4456d2..209786707 100644 --- a/parser/frontmatter.go +++ b/parser/frontmatter.go @@ -20,7 +20,7 @@ import ( "strings" "github.com/BurntSushi/toml" - "gopkg.in/yaml.v1" + "gopkg.in/yaml.v2" ) type FrontmatterType struct {