
Some checks failed
Extra / Vulnerability scanner (push) Failing after 2m37s
CI / go-mod (push) Failing after 18m50s
CI / golangci-lint (push) Failing after 18m22s
Release a tag / release (push) Failing after 18m18s
CI / tests-on-windows (push) Has been cancelled
CI / tests-on-macos (push) Has been cancelled
CI / tests-on-unix (1.13) (push) Has been cancelled
CI / tests-on-unix (1.14) (push) Has been cancelled
CI / tests-on-unix (1.15) (push) Has been cancelled
CI / check_generated (push) Has been cancelled
This commit is to use tag version for cobra (e.g. 1.1.1). The main benefit is that this can be managed and upgraded by dependabot later. This is follow-up item from PR #1201. Signed-off-by: Tam Mach <sayboras@yahoo.com>
75 lines
3.4 KiB
Modula-2
75 lines
3.4 KiB
Modula-2
module github.com/golangci/golangci-lint
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a
|
|
github.com/Djarvur/go-err113 v0.0.0-20200511133814-5174e21577d5
|
|
github.com/OpenPeeDeeP/depguard v1.0.1
|
|
github.com/bombsimon/wsl/v3 v3.1.0
|
|
github.com/daixiang0/gci v0.2.4
|
|
github.com/denis-tingajkin/go-header v0.3.1
|
|
github.com/fatih/color v1.9.0
|
|
github.com/go-critic/go-critic v0.5.2
|
|
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
|
|
github.com/gofrs/flock v0.8.0
|
|
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
|
|
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
|
|
github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
|
|
github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
|
|
github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
|
|
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d
|
|
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
|
|
github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
|
|
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
|
|
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
|
|
github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
|
|
github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
|
|
github.com/kyoh86/exportloopref v0.1.7
|
|
github.com/maratori/testpackage v1.0.1
|
|
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
|
|
github.com/mattn/go-colorable v0.1.8
|
|
github.com/mbilski/exhaustivestruct v1.0.1
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/moricho/tparallel v0.2.1
|
|
github.com/nakabonne/nestif v0.3.0
|
|
github.com/nishanths/exhaustive v0.1.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/polyfloyd/go-errorlint v0.0.0-20201006195004-351e25ade6e3
|
|
github.com/ryancurrah/gomodguard v1.1.0
|
|
github.com/ryanrolds/sqlclosecheck v0.3.0
|
|
github.com/securego/gosec/v2 v2.4.0
|
|
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
|
|
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada // v2.19.8
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/sonatard/noctx v0.0.1
|
|
github.com/sourcegraph/go-diff v0.6.1
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/ssgreg/nlreturn/v2 v2.1.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2
|
|
github.com/tetafro/godot v0.4.9
|
|
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
|
|
github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d
|
|
github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa
|
|
github.com/ultraware/funlen v0.0.3
|
|
github.com/ultraware/whitespace v0.0.4
|
|
github.com/uudashr/gocognit v1.0.1
|
|
github.com/valyala/quicktemplate v1.6.3
|
|
golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634 // indirect
|
|
golang.org/x/tools v0.0.0-20201013201025-64a9e34f3752
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
honnef.co/go/tools v0.0.1-2020.1.6
|
|
mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d
|
|
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
|
|
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
|
|
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
|
|
)
|