mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
This commit is contained in:
parent
bd1b019f85
commit
a0c6dba305
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/BurntSushi/toml"
|
"github.com/BurntSushi/toml"
|
||||||
"gopkg.in/yaml.v1"
|
"gopkg.in/yaml.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
type FrontmatterType struct {
|
type FrontmatterType struct {
|
||||||
|
|
Loading…
Reference in a new issue