Skip to content

Commit

Permalink
build(deps): bump github.com/mgechev/revive from 1.0.6 to 1.0.7 (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 31, 2021
1 parent 6ffa139 commit b5d847f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/daixiang0/gci v0.2.8
github.com/denis-tingajkin/go-header v0.4.2
github.com/esimonov/ifshort v1.0.2
github.com/fatih/color v1.11.0
github.com/fatih/color v1.12.0
github.com/fzipp/gocyclo v0.3.1
github.com/go-critic/go-critic v0.5.6
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
Expand Down Expand Up @@ -49,7 +49,7 @@ require (
github.com/mattn/go-colorable v0.1.8
github.com/mbilski/exhaustivestruct v1.2.0
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
github.com/mgechev/revive v1.0.6
github.com/mgechev/revive v1.0.7
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-ps v1.0.0
github.com/moricho/tparallel v0.2.1
Expand Down Expand Up @@ -82,7 +82,7 @@ require (
github.com/uudashr/gocognit v1.0.1
github.com/valyala/quicktemplate v1.6.3
github.com/yeya24/promlinter v0.1.0
golang.org/x/tools v0.1.2-0.20210512205948-8287d5da45e4
golang.org/x/tools v0.1.2
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
honnef.co/go/tools v0.2.0
mvdan.cc/gofumpt v0.1.1
Expand Down
16 changes: 8 additions & 8 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/testdata/govet.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func GovetNolintVetShadow() error {

func GovetPrintf() {
x := "dummy"
fmt.Printf("%d", x) // ERROR "printf: Printf format %d has arg x of wrong type string"
fmt.Printf("%d", x) // ERROR "printf: fmt.Printf format %d has arg x of wrong type string"
}

func GovetStringIntConv() {
Expand Down

0 comments on commit b5d847f

Please sign in to comment.