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 62905a2 commit 2a14292Copy full SHA for 2a14292
go.mod
@@ -73,7 +73,7 @@ require (
73
github.com/nishanths/exhaustive v0.8.3
74
github.com/nishanths/predeclared v0.2.2
75
github.com/pkg/errors v0.9.1
76
- github.com/polyfloyd/go-errorlint v1.0.5
+ github.com/polyfloyd/go-errorlint v1.0.6
77
github.com/quasilyte/go-ruleguard/dsl v0.3.21
78
github.com/ryancurrah/gomodguard v1.2.4
79
github.com/ryanrolds/sqlclosecheck v0.3.0
@@ -180,7 +180,7 @@ require (
180
golang.org/x/mod v0.7.0 // indirect
181
golang.org/x/sync v0.1.0 // indirect
182
golang.org/x/sys v0.2.0 // indirect
183
- golang.org/x/text v0.3.8 // indirect
+ golang.org/x/text v0.4.0 // indirect
184
google.golang.org/protobuf v1.28.0 // indirect
185
gopkg.in/ini.v1 v1.67.0 // indirect
186
gopkg.in/yaml.v2 v2.4.0 // indirect
go.sum
0 commit comments