summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2022-06-01 15:15:20 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2022-06-01 15:15:20 -0600
commit3d18bc56b93512c0980cfc89a68979f0920c2c50 (patch)
tree1043a531cd0fb704213e44bdc89577a695b5b6bb /modules/caddyhttp/templates
parent886ba84baa4f7ed7502034893e084193dd12f9f7 (diff)
go.mod: Update go-yaml to v3
Diffstat (limited to 'modules/caddyhttp/templates')
-rw-r--r--modules/caddyhttp/templates/frontmatter.go2
1 files changed, 1 insertions, 1 deletions
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) {