From 876668d3aa1ca1a14b9159fa3a00425bc70da353 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 28 Oct 2019 15:23:41 -0400 Subject: [PATCH] Use github.com/pelletier/go-toml instead of github.com/BurntSushi/toml --- cmdConfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {