Commit 7ba80435 authored by Issac Trotts's avatar Issac Trotts

Use naoina/toml instead of BurntSushi/toml

parent ac933f16
......@@ -3,7 +3,7 @@ package metadata
import (
"bytes"
"github.com/BurntSushi/toml"
"github.com/naoina/toml"
)
// TOMLParser is the Parser for TOML
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment