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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/testdata/govet.go

Lines changed: 1 addition & 1 deletion
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)