2018-09-02 15:02:04 +03:00
|
|
|
module github.com/golangci/golangci-lint
|
|
|
|
|
2019-09-23 15:25:29 -04:00
|
|
|
go 1.12
|
2019-09-09 16:22:40 +02:00
|
|
|
|
2018-09-02 15:02:04 +03:00
|
|
|
require (
|
2020-05-16 23:40:45 +03:00
|
|
|
github.com/Djarvur/go-err113 v0.0.0-20200511133814-5174e21577d5
|
2019-09-15 07:13:16 -04:00
|
|
|
github.com/OpenPeeDeeP/depguard v1.0.1
|
2020-05-17 16:20:59 +03:00
|
|
|
github.com/bombsimon/wsl/v3 v3.1.0
|
2020-08-31 08:38:05 +08:00
|
|
|
github.com/daixiang0/gci v0.2.4
|
2020-07-05 02:03:37 +07:00
|
|
|
github.com/denis-tingajkin/go-header v0.3.1
|
2020-05-17 15:58:58 +03:00
|
|
|
github.com/fatih/color v1.9.0
|
2020-08-17 08:38:53 -05:00
|
|
|
github.com/go-critic/go-critic v0.5.2
|
2020-05-25 08:21:42 -04:00
|
|
|
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
|
2020-08-31 15:00:22 +08:00
|
|
|
github.com/gofrs/flock v0.8.0
|
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
|
2019-09-09 21:54:56 +03:00
|
|
|
github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
|
2018-09-02 15:02:04 +03:00
|
|
|
github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
|
|
|
|
github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
|
2020-05-16 23:58:21 +03:00
|
|
|
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d
|
2019-09-30 16:19:41 +03:00
|
|
|
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
|
2019-09-09 16:22:40 +02:00
|
|
|
github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
|
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
|
|
|
|
github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
|
|
|
|
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
|
|
|
|
github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
|
|
|
|
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
|
2020-01-08 19:08:16 +08:00
|
|
|
github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
|
2020-01-19 16:48:03 +03:00
|
|
|
github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
|
2020-07-12 21:41:06 +02:00
|
|
|
github.com/kyoh86/exportloopref v0.1.7
|
2019-11-10 01:05:27 +03:00
|
|
|
github.com/maratori/testpackage v1.0.1
|
2019-09-29 12:33:48 -04:00
|
|
|
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
|
2020-07-08 14:02:19 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.7
|
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-02-02 14:58:38 +09:00
|
|
|
github.com/nakabonne/nestif v0.3.0
|
2020-07-15 19:06:09 +05:30
|
|
|
github.com/nishanths/exhaustive v0.0.0-20200708172631-8866003e3856
|
2020-05-17 15:58:38 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-05-17 15:35:13 -04:00
|
|
|
github.com/ryancurrah/gomodguard v1.1.0
|
2020-07-04 07:30:16 -07:00
|
|
|
github.com/ryanrolds/sqlclosecheck v0.3.0
|
2020-08-02 14:48:26 -05:00
|
|
|
github.com/securego/gosec/v2 v2.4.0
|
2020-07-18 21:33:47 -05:00
|
|
|
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
|
2019-09-20 12:03:50 -04:00
|
|
|
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada // v2.19.8
|
2020-05-17 15:57:20 +03:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-06-09 05:21:58 +09:00
|
|
|
github.com/sonatard/noctx v0.0.1
|
2020-06-03 14:16:47 +03:00
|
|
|
github.com/sourcegraph/go-diff v0.5.3
|
2020-05-17 13:40:16 +03:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2019-09-19 06:58:28 -04:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-08-03 23:48:12 +10:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-08-25 10:02:28 -05:00
|
|
|
github.com/ssgreg/nlreturn/v2 v2.1.0
|
2020-06-08 20:33:07 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-04-16 23:19:12 +03:00
|
|
|
github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2
|
2020-07-23 15:42:56 +08:00
|
|
|
github.com/tetafro/godot v0.4.8
|
2019-09-30 22:14:47 +03:00
|
|
|
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
|
2020-03-07 22:26:33 +00:00
|
|
|
github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa
|
2019-09-14 07:06:10 -04:00
|
|
|
github.com/ultraware/funlen v0.0.2
|
2019-10-04 14:12:07 +02:00
|
|
|
github.com/ultraware/whitespace v0.0.4
|
2019-12-18 15:33:25 +07:00
|
|
|
github.com/uudashr/gocognit v1.0.1
|
2020-08-10 14:42:56 +08:00
|
|
|
github.com/valyala/quicktemplate v1.6.2
|
2020-08-17 08:38:53 -05:00
|
|
|
golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0
|
2020-05-17 13:40:51 +03:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2020-08-03 08:30:14 -05:00
|
|
|
honnef.co/go/tools v0.0.1-2020.1.5
|
2020-07-12 09:38:07 -07:00
|
|
|
mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f
|
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
|
2019-09-16 12:50:18 -04:00
|
|
|
mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
|
2018-09-02 15:02:04 +03:00
|
|
|
)
|