mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-24 02:02:26 -04:00
Use naoina/toml instead of BurntSushi/toml
This commit is contained in:
parent
ac933f1685
commit
7ba804353c
@ -3,7 +3,7 @@ package metadata
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
"github.com/BurntSushi/toml"
|
||||
"github.com/naoina/toml"
|
||||
)
|
||||
|
||||
// TOMLParser is the Parser for TOML
|
||||
|
Loading…
x
Reference in New Issue
Block a user