1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2

This commit is contained in:
Anthony Fok
2015-01-24 04:30:00 -07:00
parent bd1b019f85
commit a0c6dba305

View File

@ -20,7 +20,7 @@ import (
"strings"
"github.com/BurntSushi/toml"
"gopkg.in/yaml.v1"
"gopkg.in/yaml.v2"
)
type FrontmatterType struct {