mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user