Skip to content

Commit c882c6e

Browse files
dependabot[bot]SeigeC
authored andcommitted
build(deps): bump github.com/mgechev/revive from 1.0.6 to 1.0.7 (golangci#2027)
1 parent c3ef439 commit c882c6e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/daixiang0/gci v0.2.8
1717
github.com/denis-tingajkin/go-header v0.4.2
1818
github.com/esimonov/ifshort v1.0.2
19-
github.com/fatih/color v1.11.0
19+
github.com/fatih/color v1.12.0
2020
github.com/fzipp/gocyclo v0.3.1
2121
github.com/go-critic/go-critic v0.5.6
2222
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
@@ -49,7 +49,7 @@ require (
4949
github.com/mattn/go-colorable v0.1.8
5050
github.com/mbilski/exhaustivestruct v1.2.0
5151
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
52-
github.com/mgechev/revive v1.0.6
52+
github.com/mgechev/revive v1.0.7
5353
github.com/mitchellh/go-homedir v1.1.0
5454
github.com/mitchellh/go-ps v1.0.0
5555
github.com/moricho/tparallel v0.2.1
@@ -82,7 +82,7 @@ require (
8282
github.com/uudashr/gocognit v1.0.1
8383
github.com/valyala/quicktemplate v1.6.3
8484
github.com/yeya24/promlinter v0.1.0
85-
golang.org/x/tools v0.1.2-0.20210512205948-8287d5da45e4
85+
golang.org/x/tools v0.1.2
8686
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
8787
honnef.co/go/tools v0.2.0
8888
mvdan.cc/gofumpt v0.1.1

go.sum

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/testdata/govet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func GovetNolintVetShadow() error {
3434

3535
func GovetPrintf() {
3636
x := "dummy"
37-
fmt.Printf("%d", x) // ERROR "printf: Printf format %d has arg x of wrong type string"
37+
fmt.Printf("%d", x) // ERROR "printf: fmt.Printf format %d has arg x of wrong type string"
3838
}
3939

4040
func GovetStringIntConv() {

0 commit comments

Comments
 (0)