Use naoina/toml instead of BurntSushi/toml

This commit is contained in:
Issac Trotts 2016-08-29 17:55:44 -07:00
parent ac933f1685
commit 7ba804353c

View File

@ -3,7 +3,7 @@ package metadata
import (
"bytes"
"github.com/BurntSushi/toml"
"github.com/naoina/toml"
)
// TOMLParser is the Parser for TOML