mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 19:14:46 -04:00
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
This commit is contained in:
parent
bd1b019f85
commit
a0c6dba305
@ -20,7 +20,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
"gopkg.in/yaml.v1"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
type FrontmatterType struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user