We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680f3e6 commit a55e506Copy full SHA for a55e506
go.mod
@@ -21,7 +21,7 @@ require (
21
github.com/esimonov/ifshort v1.0.2
22
github.com/fatih/color v1.13.0
23
github.com/fzipp/gocyclo v0.3.1
24
- github.com/go-critic/go-critic v0.5.6
+ github.com/go-critic/go-critic v0.5.8
25
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
26
github.com/gofrs/flock v0.8.1
27
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
@@ -62,6 +62,7 @@ require (
62
github.com/pkg/errors v0.9.1
63
github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349
64
github.com/prometheus/procfs v0.6.0 // indirect
65
+ github.com/quasilyte/go-ruleguard/dsl v0.3.8
66
github.com/ryancurrah/gomodguard v1.2.3
67
github.com/ryanrolds/sqlclosecheck v0.3.0
68
github.com/sanposhiho/wastedassign/v2 v2.0.6
go.sum
0 commit comments