@@ -85,7 +85,7 @@ require (
85
85
github.com/sanposhiho/wastedassign/v2 v2.0.7
86
86
github.com/sashamelentyev/interfacebloat v1.1.0
87
87
github.com/sashamelentyev/usestdlibvars v1.24.0
88
- github.com/securego/gosec/v2 v2.16 .0
88
+ github.com/securego/gosec/v2 v2.17 .0
89
89
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
90
90
github.com/shirou/gopsutil/v3 v3.23.7
91
91
github.com/sirupsen/logrus v1.9.3
@@ -128,6 +128,7 @@ require (
128
128
require (
129
129
github.com/Masterminds/semver v1.5.0 // indirect
130
130
github.com/beorn7/perks v1.0.1 // indirect
131
+ github.com/ccojocar/zxcvbn-go v1.0.1 // indirect
131
132
github.com/cespare/xxhash/v2 v2.1.2 // indirect
132
133
github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 // indirect
133
134
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -156,7 +157,6 @@ require (
156
157
github.com/mattn/go-isatty v0.0.17 // indirect
157
158
github.com/mattn/go-runewidth v0.0.9 // indirect
158
159
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
159
- github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
160
160
github.com/olekukonko/tablewriter v0.0.5 // indirect
161
161
github.com/pelletier/go-toml v1.9.5 // indirect
162
162
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
@@ -188,7 +188,7 @@ require (
188
188
golang.org/x/mod v0.12.0 // indirect
189
189
golang.org/x/sync v0.3.0 // indirect
190
190
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
192
192
google.golang.org/protobuf v1.28.0 // indirect
193
193
gopkg.in/ini.v1 v1.67.0 // indirect
194
194
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments