summaryrefslogtreecommitdiffstats
path: root/parser
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-24 04:30:00 -0700
committerAnthony Fok <foka@debian.org>2015-01-24 04:30:00 -0700
commita0c6dba305b86f638ec2d7d75a3a07248e4ae158 (patch)
treec0313646a833c6fe20b30057322b993e99dbaadc /parser
parentbd1b019f8512f5c93d42d4b65785965b7b084d0b (diff)
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
Diffstat (limited to 'parser')
-rw-r--r--parser/frontmatter.go2
1 files changed, 1 insertions, 1 deletions
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 {