@@ -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.24.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 (
128128require (
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
0 commit comments