From 3d18bc56b93512c0980cfc89a68979f0920c2c50 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 1 Jun 2022 15:15:20 -0600 Subject: go.mod: Update go-yaml to v3 --- modules/caddyhttp/templates/frontmatter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/caddyhttp/templates') diff --git a/modules/caddyhttp/templates/frontmatter.go b/modules/caddyhttp/templates/frontmatter.go index fd6023e..9031e13 100644 --- a/modules/caddyhttp/templates/frontmatter.go +++ b/modules/caddyhttp/templates/frontmatter.go @@ -7,7 +7,7 @@ import ( "unicode" "github.com/BurntSushi/toml" - "gopkg.in/yaml.v2" + "gopkg.in/yaml.v3" ) func extractFrontMatter(input string) (map[string]interface{}, string, error) { -- cgit v1.2.3