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 6edca92 commit 3b1c805Copy full SHA for 3b1c805
go.mod
@@ -1,6 +1,6 @@
1
module github.com/golangci/golangci-lint
2
3
-go 1.15
+go 1.16
4
5
require (
6
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a
@@ -18,10 +18,10 @@ require (
18
github.com/charithe/durationcheck v0.0.9
19
github.com/daixiang0/gci v0.2.9
20
github.com/denis-tingajkin/go-header v0.4.2
21
- github.com/esimonov/ifshort v1.0.2
+ github.com/esimonov/ifshort v1.0.3
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.6.1
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
go.sum
0 commit comments