2018-09-02 15:02:04 +03:00
|
|
|
module github.com/golangci/golangci-lint
|
|
|
|
|
2021-05-01 11:12:39 +02:00
|
|
|
go 1.15
|
2019-09-09 16:22:40 +02:00
|
|
|
|
2018-09-02 15:02:04 +03:00
|
|
|
require (
|
2020-10-15 23:38:04 +02:00
|
|
|
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a
|
2021-09-21 12:42:15 +02:00
|
|
|
github.com/Antonboom/errname v0.1.5
|
2021-09-17 11:25:37 +03:00
|
|
|
github.com/Antonboom/nilnil v0.1.0
|
2021-08-09 23:00:44 +02:00
|
|
|
github.com/BurntSushi/toml v0.4.1
|
2021-02-21 14:48:54 +01:00
|
|
|
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
|
2019-09-15 07:13:16 -04:00
|
|
|
github.com/OpenPeeDeeP/depguard v1.0.1
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/alexkohler/prealloc v1.0.0
|
2021-05-17 13:57:28 +08:00
|
|
|
github.com/ashanbrown/forbidigo v1.2.0
|
2021-05-21 09:03:58 +02:00
|
|
|
github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde
|
2021-02-17 09:48:29 +01:00
|
|
|
github.com/bkielbasa/cyclop v1.2.0
|
2021-04-21 19:18:09 +02:00
|
|
|
github.com/bombsimon/wsl/v3 v3.3.0
|
2021-09-21 10:00:35 +10:00
|
|
|
github.com/butuzov/ireturn v0.1.1
|
2021-06-14 07:36:49 +02:00
|
|
|
github.com/charithe/durationcheck v0.0.8
|
2021-06-29 12:47:17 +02:00
|
|
|
github.com/daixiang0/gci v0.2.9
|
2020-12-28 17:22:37 +07:00
|
|
|
github.com/denis-tingajkin/go-header v0.4.2
|
2021-03-12 17:50:59 +02:00
|
|
|
github.com/esimonov/ifshort v1.0.2
|
2021-05-31 09:31:49 +02:00
|
|
|
github.com/fatih/color v1.12.0
|
2021-02-17 10:27:15 +01:00
|
|
|
github.com/fzipp/gocyclo v0.3.1
|
2021-05-01 13:41:21 +02:00
|
|
|
github.com/go-critic/go-critic v0.5.6
|
2020-05-25 08:21:42 -04:00
|
|
|
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
|
2021-06-28 13:47:20 -07:00
|
|
|
github.com/gofrs/flock v0.8.1
|
2018-09-02 15:02:04 +03:00
|
|
|
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
|
|
|
|
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
|
|
|
|
github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
|
2019-09-30 16:19:41 +03:00
|
|
|
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
|
2019-10-14 09:50:57 +03:00
|
|
|
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
|
2018-09-02 15:02:04 +03:00
|
|
|
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/golangci/misspell v0.3.5
|
2021-02-14 05:01:21 +01:00
|
|
|
github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5
|
2018-09-02 15:02:04 +03:00
|
|
|
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
|
2021-02-25 17:36:43 -06:00
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254
|
2021-02-26 22:34:12 +01:00
|
|
|
github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5
|
2021-02-26 22:12:32 +01:00
|
|
|
github.com/gostaticanalysis/nilerr v0.1.1
|
2021-03-29 14:20:14 +08:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2021-06-09 16:20:13 -04:00
|
|
|
github.com/jgautheron/goconst v1.5.1
|
2021-05-19 20:12:09 +02:00
|
|
|
github.com/jingyugao/rowserrcheck v1.1.0
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
|
2021-05-01 18:41:42 +02:00
|
|
|
github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d
|
2021-02-25 06:16:48 -06:00
|
|
|
github.com/kisielk/errcheck v1.6.0
|
2021-02-22 10:32:04 +01:00
|
|
|
github.com/kulti/thelper v0.4.0
|
2021-09-21 09:08:20 +02:00
|
|
|
github.com/kunwardeep/paralleltest v1.0.3
|
2020-11-09 16:53:40 +11:00
|
|
|
github.com/kyoh86/exportloopref v0.1.8
|
2021-07-19 22:57:13 +02:00
|
|
|
github.com/ldez/gomoddirectives v0.2.2
|
2021-04-12 17:59:50 +02:00
|
|
|
github.com/ldez/tagliatelle v0.2.0
|
2019-11-10 01:05:27 +03:00
|
|
|
github.com/maratori/testpackage v1.0.1
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
|
2020-10-07 10:31:31 +08:00
|
|
|
github.com/mattn/go-colorable v0.1.8
|
2021-02-01 21:45:42 +01:00
|
|
|
github.com/mbilski/exhaustivestruct v1.2.0
|
2021-02-14 07:36:37 -06:00
|
|
|
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
|
2021-08-31 08:43:13 +08:00
|
|
|
github.com/mgechev/revive v1.1.1
|
2019-09-12 09:02:43 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-05-17 13:41:27 +03:00
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
2020-10-02 13:00:46 -07:00
|
|
|
github.com/moricho/tparallel v0.2.1
|
2020-02-02 14:58:38 +09:00
|
|
|
github.com/nakabonne/nestif v0.3.0
|
2021-07-13 02:22:21 +02:00
|
|
|
github.com/nishanths/exhaustive v0.2.3
|
2021-01-07 22:28:04 +05:30
|
|
|
github.com/nishanths/predeclared v0.2.1
|
2020-05-17 15:58:38 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-09-02 19:33:50 -07:00
|
|
|
github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349
|
2021-06-25 09:05:03 +02:00
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
2021-08-03 18:14:57 +02:00
|
|
|
github.com/ryancurrah/gomodguard v1.2.3
|
2020-07-04 07:30:16 -07:00
|
|
|
github.com/ryanrolds/sqlclosecheck v0.3.0
|
2021-05-29 20:26:26 +09:00
|
|
|
github.com/sanposhiho/wastedassign/v2 v2.0.6
|
2021-06-21 23:47:39 +02:00
|
|
|
github.com/securego/gosec/v2 v2.8.1
|
2020-07-18 21:33:47 -05:00
|
|
|
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
|
2021-09-07 08:31:24 +02:00
|
|
|
github.com/shirou/gopsutil/v3 v3.21.8
|
2021-03-15 08:00:10 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-06-09 05:21:58 +09:00
|
|
|
github.com/sonatard/noctx v0.0.1
|
2020-10-10 20:37:29 +02:00
|
|
|
github.com/sourcegraph/go-diff v0.6.1
|
2021-07-05 13:54:41 -07:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2019-09-19 06:58:28 -04:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-09-21 09:03:27 +02:00
|
|
|
github.com/spf13/viper v1.9.0
|
2021-09-18 15:29:45 +03:00
|
|
|
github.com/ssgreg/nlreturn/v2 v2.2.1
|
2021-01-18 14:12:53 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b
|
2021-09-21 12:10:11 +02:00
|
|
|
github.com/tetafro/godot v1.4.11
|
2021-02-21 13:58:06 +01:00
|
|
|
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94
|
2021-08-02 20:17:39 +08:00
|
|
|
github.com/tomarrell/wrapcheck/v2 v2.3.0
|
2021-05-31 10:00:41 +02:00
|
|
|
github.com/tommy-muehle/go-mnd/v2 v2.4.0
|
2020-08-31 15:17:53 +08:00
|
|
|
github.com/ultraware/funlen v0.0.3
|
2019-10-04 14:12:07 +02:00
|
|
|
github.com/ultraware/whitespace v0.0.4
|
2021-07-19 22:56:23 +02:00
|
|
|
github.com/uudashr/gocognit v1.0.5
|
2020-09-25 23:14:16 +10:00
|
|
|
github.com/valyala/quicktemplate v1.6.3
|
2021-03-30 08:56:42 -04:00
|
|
|
github.com/yeya24/promlinter v0.1.0
|
2021-09-21 12:42:46 +02:00
|
|
|
golang.org/x/tools v0.1.6
|
2021-05-17 23:56:46 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
2021-08-17 10:27:57 +02:00
|
|
|
honnef.co/go/tools v0.2.1
|
2021-03-11 16:12:05 +01:00
|
|
|
mvdan.cc/gofumpt v0.1.1
|
2019-01-08 14:31:04 +03:00
|
|
|
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
|
|
|
|
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
|
2021-02-27 17:31:41 -06:00
|
|
|
mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7
|
2018-09-02 15:02:04 +03:00
|
|
|
)
|