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 (
|
2023-01-29 12:30:37 +01:00
|
|
|
4d63.com/gocheckcompilerdirectives v1.2.1
|
2023-01-24 08:27:42 +00:00
|
|
|
4d63.com/gochecknoglobals v0.2.1
|
2023-03-26 22:35:06 +08:00
|
|
|
github.com/4meepo/tagalign v1.2.2
|
2023-03-13 09:34:18 +01:00
|
|
|
github.com/Abirdcfly/dupword v0.0.11
|
2023-05-14 18:38:22 +02:00
|
|
|
github.com/Antonboom/errname v0.1.10
|
2023-05-14 19:27:39 +02:00
|
|
|
github.com/Antonboom/nilnil v0.1.5
|
2023-06-01 10:52:49 +02:00
|
|
|
github.com/BurntSushi/toml v1.3.0
|
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
|
2023-06-03 12:44:21 +02:00
|
|
|
github.com/OpenPeeDeeP/depguard/v2 v2.1.0
|
2023-04-14 04:49:38 +02:00
|
|
|
github.com/alexkohler/nakedret/v2 v2.0.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
|
2023-02-27 22:51:58 +01:00
|
|
|
github.com/ashanbrown/forbidigo v1.5.1
|
2022-02-27 14:45:43 +03:00
|
|
|
github.com/ashanbrown/makezero v1.1.1
|
2023-06-05 11:36:57 +02:00
|
|
|
github.com/bkielbasa/cyclop v1.2.1
|
2022-03-30 03:00:13 +02:00
|
|
|
github.com/blizzy78/varnamelen v0.8.0
|
2023-02-07 10:34:01 +01:00
|
|
|
github.com/bombsimon/wsl/v3 v3.4.0
|
2023-03-12 13:13:39 +01:00
|
|
|
github.com/breml/bidichk v0.2.4
|
2023-03-13 09:33:37 +01:00
|
|
|
github.com/breml/errchkjson v0.3.1
|
2023-04-23 12:20:08 +02:00
|
|
|
github.com/butuzov/ireturn v0.2.0
|
2023-06-01 15:16:39 +03:00
|
|
|
github.com/butuzov/mirror v1.1.0
|
2023-03-05 14:31:23 +01:00
|
|
|
github.com/charithe/durationcheck v0.0.10
|
2022-09-25 17:58:16 +09:00
|
|
|
github.com/curioswitch/go-reassign v0.2.0
|
2023-03-13 09:35:35 +01:00
|
|
|
github.com/daixiang0/gci v0.10.1
|
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
|
2023-03-12 13:14:32 +01:00
|
|
|
github.com/fatih/color v1.15.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
|
2023-05-21 14:21:18 +02:00
|
|
|
github.com/go-critic/go-critic v0.8.1
|
2023-01-29 17:53:40 +01:00
|
|
|
github.com/go-xmlfmt/xmlfmt v1.1.2
|
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
|
2023-02-02 09:08:09 +01:00
|
|
|
github.com/golangci/misspell v0.4.0
|
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
|
2023-06-11 02:11:39 +02:00
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
|
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
|
2023-01-15 13:24:36 +01:00
|
|
|
github.com/kisielk/errcheck v1.6.3
|
2023-03-14 22:18:53 +01:00
|
|
|
github.com/kkHAIKE/contextcheck v1.1.4
|
2022-05-22 14:55:46 +02:00
|
|
|
github.com/kulti/thelper v0.6.3
|
2023-06-01 10:52:31 +02:00
|
|
|
github.com/kunwardeep/paralleltest v1.0.7
|
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
|
2023-04-16 14:45:59 +02:00
|
|
|
github.com/ldez/tagliatelle v0.5.0
|
2022-11-23 08:08:59 +01:00
|
|
|
github.com/leonklingele/grouper v1.1.1
|
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
|
2023-03-12 12:47:31 +01:00
|
|
|
github.com/maratori/testpackage v1.1.1
|
2023-03-14 23:01:58 +01:00
|
|
|
github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
|
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
|
2023-05-21 14:23:49 +02:00
|
|
|
github.com/mgechev/revive v1.3.2
|
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
|
2023-05-31 22:33:20 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2023-03-23 17:18:48 +01:00
|
|
|
github.com/moricho/tparallel v0.3.1
|
2021-11-02 02:02:50 +01:00
|
|
|
github.com/nakabonne/nestif v0.3.1
|
2023-06-11 14:40:09 +02:00
|
|
|
github.com/nishanths/exhaustive v0.11.0
|
2022-04-10 17:45:43 +03:00
|
|
|
github.com/nishanths/predeclared v0.2.2
|
2023-06-06 13:52:16 +03:00
|
|
|
github.com/nunnatsa/ginkgolinter v0.12.1
|
2023-05-14 16:33:34 +02:00
|
|
|
github.com/polyfloyd/go-errorlint v1.4.2
|
2023-01-01 12:57:49 +01:00
|
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.22
|
2023-01-29 17:53:40 +01:00
|
|
|
github.com/ryancurrah/gomodguard v1.3.0
|
2023-02-02 15:59:45 +01:00
|
|
|
github.com/ryanrolds/sqlclosecheck v0.4.0
|
2023-02-02 14:49:09 +01:00
|
|
|
github.com/sanposhiho/wastedassign/v2 v2.0.7
|
2022-08-21 15:05:41 +03:00
|
|
|
github.com/sashamelentyev/interfacebloat v1.1.0
|
2023-02-19 14:06:56 +01:00
|
|
|
github.com/sashamelentyev/usestdlibvars v1.23.0
|
2023-05-21 16:01:13 +02:00
|
|
|
github.com/securego/gosec/v2 v2.16.0
|
2020-07-18 21:33:47 -05:00
|
|
|
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
|
2023-06-02 14:03:48 +02:00
|
|
|
github.com/shirou/gopsutil/v3 v3.23.5
|
2023-06-04 14:21:37 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-03-26 16:32:36 +02:00
|
|
|
github.com/sivchari/containedctx v1.0.3
|
2023-06-04 15:01:43 +03:00
|
|
|
github.com/sivchari/nosnakecase v1.7.0
|
2022-10-30 13:50:41 +01:00
|
|
|
github.com/sivchari/tenv v1.7.1
|
2023-03-14 23:01:33 +01:00
|
|
|
github.com/sonatard/noctx v0.0.2
|
2023-02-02 14:48:35 +01:00
|
|
|
github.com/sourcegraph/go-diff v0.7.0
|
2023-04-09 14:29:39 +02:00
|
|
|
github.com/spf13/cobra v1.7.0
|
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
|
2023-06-01 10:51:56 +02:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-03-14 22:26:23 +01:00
|
|
|
github.com/tdakkota/asciicheck v0.2.0
|
2021-09-21 12:10:11 +02:00
|
|
|
github.com/tetafro/godot v1.4.11
|
2023-04-22 23:30:55 +02:00
|
|
|
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
|
2023-03-05 14:29:02 +01:00
|
|
|
github.com/timonwong/loggercheck v0.9.4
|
2023-02-26 14:46:44 +01:00
|
|
|
github.com/tomarrell/wrapcheck/v2 v2.8.1
|
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
|
2023-03-26 06:35:39 +08:00
|
|
|
github.com/xen0n/gosmopolitan v1.2.1
|
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
|
2023-06-05 17:38:44 +02:00
|
|
|
github.com/ykadowak/zerologlint v0.1.2
|
2022-07-31 16:06:27 +02:00
|
|
|
gitlab.com/bosi/decorder v0.2.3
|
2023-05-28 15:04:37 +02:00
|
|
|
go.tmz.dev/musttag v0.7.0
|
2023-05-12 04:27:23 +03:00
|
|
|
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
|
2023-06-02 14:03:22 +02:00
|
|
|
golang.org/x/tools v0.9.3
|
2022-05-29 14:57:35 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2023-03-15 14:44:02 +01:00
|
|
|
honnef.co/go/tools v0.4.3
|
2023-04-10 12:23:41 +02:00
|
|
|
mvdan.cc/gofumpt v0.5.0
|
2019-01-08 14:31:04 +03:00
|
|
|
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
|
2023-01-04 05:10:47 -05:00
|
|
|
mvdan.cc/unparam v0.0.0-20221223090309-7455f1af531d
|
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
|
2023-03-15 02:28:25 +01:00
|
|
|
github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8 // 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
|
2023-02-19 15:27:57 +01:00
|
|
|
github.com/go-toolsmith/astcast v1.1.0 // indirect
|
2023-03-02 11:05:30 +02:00
|
|
|
github.com/go-toolsmith/astcopy v1.1.0 // indirect
|
2023-02-19 15:27:57 +01:00
|
|
|
github.com/go-toolsmith/astequal v1.1.0 // indirect
|
|
|
|
github.com/go-toolsmith/astfmt v1.1.0 // indirect
|
|
|
|
github.com/go-toolsmith/astp v1.1.0 // indirect
|
|
|
|
github.com/go-toolsmith/strparse v1.1.0 // indirect
|
|
|
|
github.com/go-toolsmith/typep v1.1.0 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
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
|
2023-04-09 14:29:39 +02:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // 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
|
2023-01-29 12:30:16 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.17 // 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
|
|
|
|
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/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
|
2023-02-19 21:54:52 +01:00
|
|
|
github.com/quasilyte/go-ruleguard v0.3.19 // indirect
|
|
|
|
github.com/quasilyte/gogrep v0.5.0 // indirect
|
2023-03-17 17:33:56 +01:00
|
|
|
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
|
2022-04-11 11:04:10 +02:00
|
|
|
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
|
2023-06-02 14:03:48 +02:00
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
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
|
2023-01-29 17:53:40 +01:00
|
|
|
github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c // indirect
|
2023-01-01 12:41:30 +01:00
|
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
2022-03-18 14:58:24 +01:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
2023-06-02 14:03:48 +02:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.3 // 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
|
2023-03-13 09:35:35 +01:00
|
|
|
go.uber.org/zap v1.24.0 // indirect
|
2023-03-02 11:05:30 +02:00
|
|
|
golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect
|
2023-04-09 14:29:07 +02:00
|
|
|
golang.org/x/mod v0.10.0 // indirect
|
2023-05-14 16:32:31 +02:00
|
|
|
golang.org/x/sync v0.2.0 // indirect
|
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2023-05-21 16:01:13 +02:00
|
|
|
golang.org/x/text v0.9.0 // 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
|
|
|
|
)
|