@@ -86,7 +86,7 @@ require ( |
|
|
86 |
86 |
github.com/pelletier/go-toml/v2 v2.2.3 |
87 |
87 |
github.com/polyfloyd/go-errorlint v1.6.0 |
88 |
88 |
github.com/quasilyte/go-ruleguard/dsl v0.3.22 |
89 |
|
-github.com/ryancurrah/gomodguard v1.3.3 |
|
89 |
+github.com/ryancurrah/gomodguard v1.3.5 |
90 |
90 |
github.com/ryanrolds/sqlclosecheck v0.5.1 |
91 |
91 |
github.com/sanposhiho/wastedassign/v2 v2.0.7 |
92 |
92 |
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 |
@@ -133,7 +133,7 @@ require ( |
|
|
133 |
133 |
) |
134 |
134 |
|
135 |
135 |
require ( |
136 |
|
-github.com/Masterminds/semver/v3 v3.2.1 // indirect |
|
136 |
+github.com/Masterminds/semver/v3 v3.3.0 // indirect |
137 |
137 |
github.com/beorn7/perks v1.0.1 // indirect |
138 |
138 |
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect |
139 |
139 |
github.com/cespare/xxhash/v2 v2.1.2 // indirect |
@@ -189,7 +189,7 @@ require ( |
|
|
189 |
189 |
go.uber.org/multierr v1.6.0 // indirect |
190 |
190 |
go.uber.org/zap v1.24.0 // indirect |
191 |
191 |
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect |
192 |
|
-golang.org/x/mod v0.20.0 // indirect |
|
192 |
+golang.org/x/mod v0.21.0 // indirect |
193 |
193 |
golang.org/x/sync v0.8.0 // indirect |
194 |
194 |
golang.org/x/sys v0.24.0 // indirect |
195 |
195 |
golang.org/x/text v0.17.0 // indirect |