We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bc786 commit af4b3f8Copy full SHA for af4b3f8
go.mod
@@ -89,7 +89,7 @@ require (
89
github.com/quasilyte/go-ruleguard/dsl v0.3.22
90
github.com/raeperd/recvcheck v0.2.0
91
github.com/rogpeppe/go-internal v1.14.1
92
- github.com/ryancurrah/gomodguard v1.3.5
+ github.com/ryancurrah/gomodguard v1.4.1
93
github.com/ryanrolds/sqlclosecheck v0.5.1
94
github.com/sanposhiho/wastedassign/v2 v2.1.0
95
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
@@ -136,7 +136,7 @@ require (
136
)
137
138
require (
139
- github.com/Masterminds/semver/v3 v3.3.0 // indirect
+ github.com/Masterminds/semver/v3 v3.3.1 // indirect
140
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
141
github.com/beorn7/perks v1.0.1 // indirect
142
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
go.sum
0 commit comments