Bump github.com/BurntSushi/toml from 0.3.1 to 0.4.1 (#28)

This commit is contained in:
dependabot[bot]
2021-09-06 15:05:30 +00:00
committed by GitHub
parent a2ba27e391
commit a92e3d69be
2 changed files with 3 additions and 2 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/unistack-org/micro-codec-toml/v3
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/BurntSushi/toml v0.4.1
github.com/unistack-org/micro/v3 v3.7.0
)