summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/templates
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2022-04-12 15:48:42 -0400
committerGitHub <noreply@github.com>2022-04-12 13:48:42 -0600
commit00234c8ac20af0bf2d2229d4b25b5d843b962224 (patch)
tree001d998e1ef1cdbbb6cdb47d01c6240ad7ad4053 /modules/caddyhttp/templates
parent6512832f9f3904209ccb3c305e38ebde108083fb (diff)
templates: Switch to `BurntSushi/toml` (#4700)
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 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"
)