Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
authorAnthony Fok <foka@debian.org>
Sat, 24 Jan 2015 11:30:00 +0000 (04:30 -0700)
committerAnthony Fok <foka@debian.org>
Sat, 24 Jan 2015 11:30:00 +0000 (04:30 -0700)
parser/frontmatter.go

index 68e4456d2a505d8a5a98e1ff90634f48f621c184..209786707a6fb0875e7817cfad78081313e2bbcd 100644 (file)
@@ -20,7 +20,7 @@ import (
        "strings"
 
        "github.com/BurntSushi/toml"
-       "gopkg.in/yaml.v1"
+       "gopkg.in/yaml.v2"
 )
 
 type FrontmatterType struct {