Skip to content

Commit

Permalink
refactor: Replace use of BurntSushi/toml with pelletier/go-toml
Browse files Browse the repository at this point in the history
closes #208

Signed-off-by: lenny <[email protected]>
  • Loading branch information
lenny committed Apr 13, 2021
1 parent 63671d6 commit 6c8f2b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c8f2b4

Please sign in to comment.