2018-09-02 15:02:04 +03:00
|
|
|
module github.com/golangci/golangci-lint
|
|
|
|
|
2022-08-03 20:53:06 +02:00
|
|
|
go 1.19
|
2019-09-09 16:22:40 +02:00
|
|
|
|
2018-09-02 15:02:04 +03:00
|
|
|
require (
|
2021-10-31 04:47:21 +01:00
|
|
|
4d63.com/gochecknoglobals v0.1.0
|
2022-10-30 13:52:17 +01:00
|
|
|
github.com/Abirdcfly/dupword v0.0.8
|
2022-05-29 14:39:26 +02:00
|
|
|
github.com/Antonboom/errname v0.1.7
|
2022-04-10 16:33:49 +03:00
|
|
|
github.com/Antonboom/nilnil v0.1.1
|
2022-10-22 10:46:49 +00:00
|
|
|
github.com/BurntSushi/toml v1.2.1
|
2021-02-21 14:48:54 +01:00
|
|
|
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
|
2022-08-21 13:42:30 +02:00
|
|
|
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
|
2022-09-03 19:03:57 +00:00
|
|
|
github.com/OpenPeeDeeP/depguard v1.1.1
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/alexkohler/prealloc v1.0.0
|
2022-07-22 21:40:23 +08:00
|
|
|
github.com/alingse/asasalint v0.0.11
|
2022-01-15 17:07:35 -08:00
|
|
|
github.com/ashanbrown/forbidigo v1.3.0
|
2022-02-27 14:45:43 +03:00
|
|
|
github.com/ashanbrown/makezero v1.1.1
|
2021-02-17 09:48:29 +01:00
|
|
|
github.com/bkielbasa/cyclop v1.2.0
|
2022-03-30 03:00:13 +02:00
|
|
|
github.com/blizzy78/varnamelen v0.8.0
|
2021-04-21 19:18:09 +02:00
|
|
|
github.com/bombsimon/wsl/v3 v3.3.0
|
2022-03-27 22:38:41 +02:00
|
|
|
github.com/breml/bidichk v0.2.3
|
2022-03-27 14:22:02 +02:00
|
|
|
github.com/breml/errchkjson v0.3.0
|
2021-09-21 10:00:35 +10:00
|
|
|
github.com/butuzov/ireturn v0.1.1
|
2021-10-12 08:15:43 +08:00
|
|
|
github.com/charithe/durationcheck v0.0.9
|
2022-09-25 17:58:16 +09:00
|
|
|
github.com/curioswitch/go-reassign v0.2.0
|
2022-11-20 12:52:15 +01:00
|
|
|
github.com/daixiang0/gci v0.8.5
|
2022-02-24 15:49:05 +01:00
|
|
|
github.com/denis-tingaikin/go-header v0.4.3
|
2021-12-27 21:27:30 +01:00
|
|
|
github.com/esimonov/ifshort v1.0.4
|
2021-09-28 01:27:47 +02:00
|
|
|
github.com/fatih/color v1.13.0
|
2022-06-28 14:13:15 +02:00
|
|
|
github.com/firefart/nonamedreturns v1.0.4
|
2022-06-19 12:57:00 +00:00
|
|
|
github.com/fzipp/gocyclo v0.6.0
|
2022-08-29 02:11:48 +02:00
|
|
|
github.com/go-critic/go-critic v0.6.5
|
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
|
2022-03-30 09:59:24 +02:00
|
|
|
github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
|
2022-09-01 14:25:26 +02:00
|
|
|
github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
|
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
|
2022-08-04 10:43:38 +02:00
|
|
|
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
|
2018-09-02 15:02:04 +03:00
|
|
|
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
|
2022-01-21 18:10:34 +01:00
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
|
2022-01-21 18:28:10 +01:00
|
|
|
github.com/gostaticanalysis/forcetypeassert v0.1.0
|
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
|
2022-07-03 14:13:55 +03:00
|
|
|
github.com/hashicorp/go-version v1.6.0
|
2022-07-18 20:04:33 +02:00
|
|
|
github.com/hexops/gotextdiff v1.0.3
|
2021-06-09 16:20:13 -04:00
|
|
|
github.com/jgautheron/goconst v1.5.1
|
2021-11-02 00:46:34 +01:00
|
|
|
github.com/jingyugao/rowserrcheck v1.1.1
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
|
2022-01-19 17:33:12 +02:00
|
|
|
github.com/julz/importas v0.1.0
|
2022-08-04 11:11:14 +02:00
|
|
|
github.com/kisielk/errcheck v1.6.2
|
2022-10-20 15:29:03 +02:00
|
|
|
github.com/kkHAIKE/contextcheck v1.1.3
|
2022-05-22 14:55:46 +02:00
|
|
|
github.com/kulti/thelper v0.6.3
|
2022-06-12 13:43:23 +02:00
|
|
|
github.com/kunwardeep/paralleltest v1.0.6
|
2022-11-20 12:53:30 +01:00
|
|
|
github.com/kyoh86/exportloopref v0.1.11
|
2022-05-01 13:44:56 +02:00
|
|
|
github.com/ldez/gomoddirectives v0.2.3
|
2022-02-07 23:29:07 +03:00
|
|
|
github.com/ldez/tagliatelle v0.3.1
|
2022-01-25 01:24:35 +01:00
|
|
|
github.com/leonklingele/grouper v1.1.0
|
2022-05-14 17:03:49 +02:00
|
|
|
github.com/lufeee/execinquery v1.2.1
|
2022-09-07 00:24:12 +03:00
|
|
|
github.com/maratori/testableexamples v1.0.0
|
2022-06-28 14:44:44 +02:00
|
|
|
github.com/maratori/testpackage v1.1.0
|
2021-02-27 17:31:41 -06:00
|
|
|
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
|
2022-08-21 13:42:57 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.13
|
2021-02-01 21:45:42 +01:00
|
|
|
github.com/mbilski/exhaustivestruct v1.2.0
|
2022-09-30 21:44:21 +02:00
|
|
|
github.com/mgechev/revive v1.2.4
|
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
|
2021-11-02 02:02:50 +01:00
|
|
|
github.com/nakabonne/nestif v0.3.1
|
2022-09-11 11:50:31 +00:00
|
|
|
github.com/nishanths/exhaustive v0.8.3
|
2022-04-10 17:45:43 +03:00
|
|
|
github.com/nishanths/predeclared v0.2.2
|
2020-05-17 15:58:38 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-09-30 21:04:26 +02:00
|
|
|
github.com/polyfloyd/go-errorlint v1.0.5
|
2022-05-22 14:57:16 +02:00
|
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.21
|
2022-07-31 15:50:54 +02:00
|
|
|
github.com/ryancurrah/gomodguard v1.2.4
|
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
|
2022-08-21 15:05:41 +03:00
|
|
|
github.com/sashamelentyev/interfacebloat v1.1.0
|
2022-10-23 14:38:13 +02:00
|
|
|
github.com/sashamelentyev/usestdlibvars v1.21.1
|
2022-10-22 14:54:43 +02:00
|
|
|
github.com/securego/gosec/v2 v2.14.0
|
2020-07-18 21:33:47 -05:00
|
|
|
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
|
2022-11-06 12:32:57 +01:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.10
|
2022-07-24 15:21:05 +03:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-02-27 14:44:50 +03:00
|
|
|
github.com/sivchari/containedctx v1.0.2
|
2022-10-30 13:50:41 +01:00
|
|
|
github.com/sivchari/tenv v1.7.1
|
2020-06-09 05:21:58 +09:00
|
|
|
github.com/sonatard/noctx v0.0.1
|
2022-11-07 23:43:12 +01:00
|
|
|
github.com/sourcegraph/go-diff v0.6.2-0.20221031073116-7ef5f68ebea1
|
2022-10-30 14:16:19 +01:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2019-09-19 06:58:28 -04:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-10-09 13:06:39 +02:00
|
|
|
github.com/spf13/viper v1.12.0
|
2021-09-18 15:29:45 +03:00
|
|
|
github.com/ssgreg/nlreturn/v2 v2.2.1
|
2022-04-24 20:21:53 +03:00
|
|
|
github.com/stbenjam/no-sprintf-host-port v0.1.1
|
2022-10-30 13:51:17 +01:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-01-21 18:10:47 +01:00
|
|
|
github.com/tdakkota/asciicheck v0.1.1
|
2021-09-21 12:10:11 +02:00
|
|
|
github.com/tetafro/godot v1.4.11
|
2022-01-21 18:10:18 +01:00
|
|
|
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
|
2022-09-07 05:23:32 +08:00
|
|
|
github.com/timonwong/loggercheck v0.9.3
|
2022-10-09 15:21:35 +02:00
|
|
|
github.com/tomarrell/wrapcheck/v2 v2.7.0
|
2022-10-20 15:28:31 +02:00
|
|
|
github.com/tommy-muehle/go-mnd/v2 v2.5.1
|
2020-08-31 15:17:53 +08:00
|
|
|
github.com/ultraware/funlen v0.0.3
|
2022-02-17 15:50:38 +01:00
|
|
|
github.com/ultraware/whitespace v0.0.5
|
2022-07-06 17:57:12 +02:00
|
|
|
github.com/uudashr/gocognit v1.0.6
|
2021-09-21 13:04:14 +02:00
|
|
|
github.com/valyala/quicktemplate v1.7.0
|
2022-01-18 21:50:52 +09:00
|
|
|
github.com/yagipy/maintidx v1.0.0
|
2022-04-30 16:10:33 +02:00
|
|
|
github.com/yeya24/promlinter v0.2.0
|
2022-07-31 16:06:27 +02:00
|
|
|
gitlab.com/bosi/decorder v0.2.3
|
2022-11-13 15:25:54 +01:00
|
|
|
golang.org/x/tools v0.3.0
|
2022-05-29 14:57:35 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-07-31 16:37:32 +02:00
|
|
|
honnef.co/go/tools v0.3.3
|
2022-09-30 21:43:53 +02:00
|
|
|
mvdan.cc/gofumpt v0.4.0
|
2019-01-08 14:31:04 +03:00
|
|
|
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
|
2022-07-19 09:12:58 +02:00
|
|
|
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442
|
2018-09-02 15:02:04 +03:00
|
|
|
)
|
2022-03-18 14:58:24 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-08-07 13:57:17 +02:00
|
|
|
github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/ettle/strcase v0.1.1 // indirect
|
|
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
2022-05-01 13:44:02 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/go-toolsmith/astcast v1.0.0 // indirect
|
2022-08-29 02:11:48 +02:00
|
|
|
github.com/go-toolsmith/astcopy v1.0.2 // indirect
|
|
|
|
github.com/go-toolsmith/astequal v1.0.3 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/go-toolsmith/astfmt v1.0.0 // indirect
|
|
|
|
github.com/go-toolsmith/astp v1.0.0 // indirect
|
|
|
|
github.com/go-toolsmith/strparse v1.0.0 // indirect
|
|
|
|
github.com/go-toolsmith/typep v1.0.2 // indirect
|
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-10-02 11:12:24 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
|
|
|
|
github.com/gostaticanalysis/comment v1.4.2 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
2022-10-15 13:59:40 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/kisielk/gotool v1.0.0 // indirect
|
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
2022-04-17 14:25:26 +03:00
|
|
|
github.com/magiconair/properties v1.8.6 // indirect
|
2022-08-21 13:42:57 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
2022-05-01 13:44:02 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
|
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
2022-05-01 13:44:02 +02:00
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
2022-09-11 11:16:47 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
2022-04-30 16:10:33 +02:00
|
|
|
github.com/prometheus/client_golang v1.12.1 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-04-30 16:10:33 +02:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2022-08-29 02:11:48 +02:00
|
|
|
github.com/quasilyte/go-ruleguard v0.3.18 // indirect
|
|
|
|
github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect
|
2022-04-11 11:04:10 +02:00
|
|
|
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
|
2022-07-24 16:21:15 +03:00
|
|
|
github.com/sivchari/nosnakecase v1.7.0
|
2022-04-17 14:25:26 +03:00
|
|
|
github.com/spf13/afero v1.8.2 // indirect
|
2022-05-29 14:57:35 +02:00
|
|
|
github.com/spf13/cast v1.5.0 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2022-10-30 13:51:17 +01:00
|
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
2022-09-11 11:16:47 +00:00
|
|
|
github.com/subosito/gotenv v1.4.1 // indirect
|
2022-04-04 00:15:34 +02:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2022-05-31 01:51:38 +08:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
2022-08-21 13:42:30 +02:00
|
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
|
2022-08-29 02:11:48 +02:00
|
|
|
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
|
2022-11-13 15:25:54 +01:00
|
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
|
|
golang.org/x/sys v0.2.0 // indirect
|
2022-10-15 13:59:40 +02:00
|
|
|
golang.org/x/text v0.3.8 // indirect
|
2022-04-17 14:25:26 +03:00
|
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
2022-09-11 11:16:47 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
|
|
|
|
)
|