Skip to content

Commit c681ab6

Browse files
build(deps): bump github.com/mgechev/revive from 1.7.0 to 1.8.0
Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/mgechev/revive/releases) - [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml) - [Commits](mgechev/revive@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/mgechev/revive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45bd17c commit c681ab6

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module github.com/golangci/golangci-lint/v2
22

33
go 1.23.0
44

5+
toolchain go1.24.1
6+
57
require (
68
4d63.com/gocheckcompilerdirectives v1.3.0
79
4d63.com/gochecknoglobals v0.2.2
@@ -77,7 +79,7 @@ require (
7779
github.com/maratori/testpackage v1.1.1
7880
github.com/matoous/godox v1.1.0
7981
github.com/mattn/go-colorable v0.1.14
80-
github.com/mgechev/revive v1.7.0
82+
github.com/mgechev/revive v1.8.0
8183
github.com/mitchellh/go-homedir v1.1.0
8284
github.com/moricho/tparallel v0.3.2
8385
github.com/nakabonne/nestif v0.3.1
@@ -191,7 +193,7 @@ require (
191193
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
192194
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
193195
github.com/rivo/uniseg v0.4.7 // indirect
194-
github.com/spf13/afero v1.12.0 // indirect
196+
github.com/spf13/afero v1.14.0 // indirect
195197
github.com/spf13/cast v1.5.0 // indirect
196198
github.com/spf13/jwalterweatherman v1.1.0 // indirect
197199
github.com/stretchr/objx v0.5.2 // indirect

go.sum

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

0 commit comments

Comments
 (0)