From 00234c8ac20af0bf2d2229d4b25b5d843b962224 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Tue, 12 Apr 2022 15:48:42 -0400 Subject: templates: Switch to `BurntSushi/toml` (#4700) --- 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 dd05217..fd6023e 100644 --- a/modules/caddyhttp/templates/frontmatter.go +++ b/modules/caddyhttp/templates/frontmatter.go @@ -6,7 +6,7 @@ import ( "strings" "unicode" - "github.com/naoina/toml" + "github.com/BurntSushi/toml" "gopkg.in/yaml.v2" ) -- cgit v1.2.3