diff options
author | Francis Lavoie <lavofr@gmail.com> | 2022-04-12 15:48:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 13:48:42 -0600 |
commit | 00234c8ac20af0bf2d2229d4b25b5d843b962224 (patch) | |
tree | 001d998e1ef1cdbbb6cdb47d01c6240ad7ad4053 /modules | |
parent | 6512832f9f3904209ccb3c305e38ebde108083fb (diff) |
templates: Switch to `BurntSushi/toml` (#4700)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/caddyhttp/templates/frontmatter.go | 2 |
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" ) |