Skip to content

Commit 0cac38b

Browse files
build(deps): bump github.com/mgechev/revive from 1.4.0 to 1.5.0
Bumps [github.com/mgechev/revive](https://github.com/mgechev/revive) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/mgechev/revive/releases) - [Changelog](https://github.com/mgechev/revive/blob/master/.goreleaser.yml) - [Commits](mgechev/revive@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/mgechev/revive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent beb8721 commit 0cac38b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/maratori/testpackage v1.1.1
7676
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
7777
github.com/mattn/go-colorable v0.1.13
78-
github.com/mgechev/revive v1.4.0
78+
github.com/mgechev/revive v1.5.0
7979
github.com/mitchellh/go-homedir v1.1.0
8080
github.com/mitchellh/go-ps v1.0.0
8181
github.com/moricho/tparallel v0.3.2
@@ -164,7 +164,7 @@ require (
164164
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
165165
github.com/magiconair/properties v1.8.6 // indirect
166166
github.com/mattn/go-isatty v0.0.20 // indirect
167-
github.com/mattn/go-runewidth v0.0.9 // indirect
167+
github.com/mattn/go-runewidth v0.0.16 // indirect
168168
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
169169
github.com/mitchellh/mapstructure v1.5.0 // indirect
170170
github.com/olekukonko/tablewriter v0.0.5 // indirect
@@ -179,6 +179,7 @@ require (
179179
github.com/quasilyte/gogrep v0.5.0 // indirect
180180
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
181181
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
182+
github.com/rivo/uniseg v0.4.7 // indirect
182183
github.com/shoenig/go-m1cpu v0.1.6 // indirect
183184
github.com/spf13/afero v1.11.0 // indirect
184185
github.com/spf13/cast v1.5.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)