From: Anthony Fok <foka@debian.org> Date: Sat, 24 Jan 2015 11:30:00 +0000 (-0700) Subject: Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 X-Git-Tag: v0.13~122 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a0c6dba305b86f638ec2d7d75a3a07248e4ae158;p=brevno-suite%2Fhugo Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 --- diff --git a/parser/frontmatter.go b/parser/frontmatter.go index 68e4456d..20978670 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 {