Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-01-24 14:30:00 +0300
committerAnthony Fok <foka@debian.org>2015-01-24 14:30:00 +0300
commita0c6dba305b86f638ec2d7d75a3a07248e4ae158 (patch)
treec0313646a833c6fe20b30057322b993e99dbaadc
parentbd1b019f8512f5c93d42d4b65785965b7b084d0b (diff)
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
-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 {