Skip to content

Commit 575ed66

Browse files
build(deps): bump github.com/mgechev/revive from 1.10.0 to 1.11.0
Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/mgechev/revive/releases) - [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml) - [Commits](mgechev/revive@v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/mgechev/revive dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f65794 commit 575ed66

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

go.mod

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ require (
8282
github.com/maratori/testpackage v1.1.1
8383
github.com/matoous/godox v1.1.0
8484
github.com/mattn/go-colorable v0.1.14
85-
github.com/mgechev/revive v1.10.0
85+
github.com/mgechev/revive v1.11.0
8686
github.com/mitchellh/go-homedir v1.1.0
8787
github.com/moricho/tparallel v0.3.2
8888
github.com/nakabonne/nestif v0.3.1
@@ -134,9 +134,9 @@ require (
134134
go.augendre.info/fatcontext v0.8.0
135135
go.uber.org/automaxprocs v1.6.0
136136
golang.org/x/mod v0.26.0
137-
golang.org/x/sync v0.15.0
137+
golang.org/x/sync v0.16.0
138138
golang.org/x/sys v0.34.0
139-
golang.org/x/tools v0.34.0
139+
golang.org/x/tools v0.35.0
140140
gopkg.in/yaml.v3 v3.0.1
141141
honnef.co/go/tools v0.6.1
142142
mvdan.cc/gofumpt v0.8.0
@@ -214,7 +214,9 @@ require (
214214
go.uber.org/zap v1.24.0 // indirect
215215
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
216216
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
217-
golang.org/x/text v0.26.0 // indirect
217+
golang.org/x/text v0.27.0 // indirect
218+
golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
219+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
218220
google.golang.org/protobuf v1.36.6 // indirect
219221
gopkg.in/ini.v1 v1.67.0 // indirect
220222
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)