1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00

chore(deps): update module burntsushi/toml to v0.3.1 (#136)

This commit is contained in:
renovate[bot] 2019-06-04 09:17:44 +02:00 committed by Minko Gechev
parent a9c3669cb9
commit 7e63bbd126
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -1,7 +1,7 @@
module github.com/mgechev/revive
require (
github.com/BurntSushi/toml v0.3.0
github.com/BurntSushi/toml v0.3.1
github.com/fatih/color v1.7.0
github.com/fatih/structtag v1.0.0
github.com/mattn/go-colorable v0.1.2 // indirect

2
go.sum
View File

@ -1,5 +1,7 @@
github.com/BurntSushi/toml v0.3.0 h1:e1/Ivsx3Z0FVTV0NSOv/aVgbUWyQuzj7DDnFblkRvsY=
github.com/BurntSushi/toml v0.3.0/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/fatih/color v1.7.0 h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
github.com/fatih/structtag v1.0.0 h1:pTHj65+u3RKWYPSGaU290FpI/dXxTaHdVwVwbcPKmEc=