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