From 6c8f2b486b4be41700099e87f6fdac6bce3927dd Mon Sep 17 00:00:00 2001 From: lenny Date: Tue, 13 Apr 2021 08:20:43 -0700 Subject: [PATCH] refactor: Replace use of BurntSushi/toml with pelletier/go-toml closes #208 Signed-off-by: lenny --- bootstrap/config/config.go | 2 +- go.mod | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap/config/config.go b/bootstrap/config/config.go index 026de694..7f4f47f9 100644 --- a/bootstrap/config/config.go +++ b/bootstrap/config/config.go @@ -37,7 +37,7 @@ import ( "github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger" - "github.com/BurntSushi/toml" + "github.com/pelletier/go-toml" ) const ( diff --git a/go.mod b/go.mod index 00b3070a..b375011a 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/edgexfoundry/go-mod-bootstrap/v2 require ( - github.com/BurntSushi/toml v0.3.1 github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4