diff --git a/cmdConfig.go b/cmdConfig.go index 8ed3098..5d7355b 100644 --- a/cmdConfig.go +++ b/cmdConfig.go @@ -7,7 +7,7 @@ import ( "io/ioutil" "os" - "github.com/BurntSushi/toml" + "github.com/pelletier/go-toml" ) func init() {