Skip to content

Commit c8d2fa4

Browse files
build(deps): bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0
Bumps [github.com/securego/gosec/v2](https://github.com/securego/gosec) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/securego/gosec/releases) - [Changelog](https://github.com/securego/gosec/blob/master/.goreleaser.yml) - [Commits](securego/gosec@v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: github.com/securego/gosec/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed8eb4e commit c8d2fa4

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
github.com/sanposhiho/wastedassign/v2 v2.0.7
8686
github.com/sashamelentyev/interfacebloat v1.1.0
8787
github.com/sashamelentyev/usestdlibvars v1.23.0
88-
github.com/securego/gosec/v2 v2.16.0
88+
github.com/securego/gosec/v2 v2.17.0
8989
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
9090
github.com/shirou/gopsutil/v3 v3.23.7
9191
github.com/sirupsen/logrus v1.9.3
@@ -128,6 +128,7 @@ require (
128128
require (
129129
github.com/Masterminds/semver v1.5.0 // indirect
130130
github.com/beorn7/perks v1.0.1 // indirect
131+
github.com/ccojocar/zxcvbn-go v1.0.1 // indirect
131132
github.com/cespare/xxhash/v2 v2.1.2 // indirect
132133
github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 // indirect
133134
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -156,7 +157,6 @@ require (
156157
github.com/mattn/go-isatty v0.0.17 // indirect
157158
github.com/mattn/go-runewidth v0.0.9 // indirect
158159
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
159-
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
160160
github.com/olekukonko/tablewriter v0.0.5 // indirect
161161
github.com/pelletier/go-toml v1.9.5 // indirect
162162
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
@@ -188,7 +188,7 @@ require (
188188
golang.org/x/mod v0.12.0 // indirect
189189
golang.org/x/sync v0.3.0 // indirect
190190
golang.org/x/sys v0.11.0 // indirect
191-
golang.org/x/text v0.9.0 // indirect
191+
golang.org/x/text v0.12.0 // indirect
192192
google.golang.org/protobuf v1.28.0 // indirect
193193
gopkg.in/ini.v1 v1.67.0 // indirect
194194
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)