Skip to content

Commit a113414

Browse files
build(deps): bump github.com/ryancurrah/gomodguard from 1.2.4 to 1.3.0
Bumps [github.com/ryancurrah/gomodguard](https://github.com/ryancurrah/gomodguard) from 1.2.4 to 1.3.0. - [Release notes](https://github.com/ryancurrah/gomodguard/releases) - [Changelog](https://github.com/ryancurrah/gomodguard/blob/main/.goreleaser.yml) - [Commits](ryancurrah/gomodguard@v1.2.4...v1.3.0) --- updated-dependencies: - dependency-name: github.com/ryancurrah/gomodguard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a8a056 commit a113414

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/firefart/nonamedreturns v1.0.4
3232
github.com/fzipp/gocyclo v0.6.0
3333
github.com/go-critic/go-critic v0.6.5
34-
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
34+
github.com/go-xmlfmt/xmlfmt v1.1.2
3535
github.com/gofrs/flock v0.8.1
3636
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
3737
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
@@ -78,7 +78,7 @@ require (
7878
github.com/pkg/errors v0.9.1
7979
github.com/polyfloyd/go-errorlint v1.0.6
8080
github.com/quasilyte/go-ruleguard/dsl v0.3.22
81-
github.com/ryancurrah/gomodguard v1.2.4
81+
github.com/ryancurrah/gomodguard v1.3.0
8282
github.com/ryanrolds/sqlclosecheck v0.3.0
8383
github.com/sanposhiho/wastedassign/v2 v2.0.6
8484
github.com/sashamelentyev/interfacebloat v1.1.0
@@ -154,7 +154,6 @@ require (
154154
github.com/olekukonko/tablewriter v0.0.5 // indirect
155155
github.com/pelletier/go-toml v1.9.5 // indirect
156156
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
157-
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
158157
github.com/pmezard/go-difflib v1.0.0 // indirect
159158
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
160159
github.com/prometheus/client_golang v1.12.1 // indirect
@@ -189,3 +188,5 @@ require (
189188
gopkg.in/yaml.v2 v2.4.0 // indirect
190189
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
191190
)
191+
192+
require github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect

go.sum

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

0 commit comments

Comments
 (0)