We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f7c39 commit e12d070Copy full SHA for e12d070
go.mod
@@ -85,7 +85,7 @@ require (
85
github.com/pelletier/go-toml/v2 v2.2.0
86
github.com/polyfloyd/go-errorlint v1.4.8
87
github.com/quasilyte/go-ruleguard/dsl v0.3.22
88
- github.com/ryancurrah/gomodguard v1.3.1
+ github.com/ryancurrah/gomodguard v1.3.2
89
github.com/ryanrolds/sqlclosecheck v0.5.1
90
github.com/sanposhiho/wastedassign/v2 v2.0.7
91
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
@@ -132,7 +132,7 @@ require (
132
)
133
134
require (
135
- github.com/Masterminds/semver v1.5.0 // indirect
+ github.com/Masterminds/semver/v3 v3.2.1 // indirect
136
github.com/beorn7/perks v1.0.1 // indirect
137
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
138
github.com/cespare/xxhash/v2 v2.1.2 // indirect
go.sum
0 commit comments