mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-29 04:10:16 +08: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…
Reference in New Issue
Block a user