-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
module github.com/golangci/golangci-lint | ||
|
||
require ( | ||
github.com/OpenPeeDeeP/depguard v0.0.0-20180806142446-a69c782687b2 | ||
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 | ||
github.com/davecgh/go-spew v1.1.0 | ||
github.com/fatih/color v1.6.0 | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/go-ole/go-ole v1.2.1 | ||
github.com/gobwas/glob v0.2.3 | ||
github.com/gogo/protobuf v1.0.0 | ||
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 | ||
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-20180528134321-2becd97e67ee | ||
github.com/golangci/gofmt v0.0.0-20180506063654-2076e05ced53 | ||
github.com/golangci/govet v0.0.0-20180818181408-44ddbe260190 | ||
github.com/golangci/ineffassign v0.0.0-20180808204949-2ee8f2867dde | ||
github.com/golangci/lint-1 v0.0.0-20180610141402-4bf9709227d1 | ||
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca | ||
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/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce | ||
github.com/inconshreveable/mousetrap v1.0.0 | ||
github.com/kisielk/gotool v1.0.0 | ||
github.com/magiconair/properties v1.7.6 | ||
github.com/mattn/go-colorable v0.0.9 | ||
github.com/mattn/go-isatty v0.0.3 | ||
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 | ||
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 | ||
github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663 | ||
github.com/pelletier/go-toml v1.1.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7 | ||
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 | ||
github.com/sirupsen/logrus v1.0.5 | ||
github.com/spf13/afero v1.1.0 | ||
github.com/spf13/cast v1.2.0 | ||
github.com/spf13/cobra v0.0.2 | ||
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec | ||
github.com/spf13/pflag v1.0.1 | ||
github.com/spf13/viper v1.0.2 | ||
github.com/stretchr/testify v1.2.1 | ||
golang.org/x/crypto v0.0.0-20180505025534-4ec37c66abab | ||
golang.org/x/sys v0.0.0-20180504064212-6f686a352de6 | ||
golang.org/x/text v0.3.0 | ||
gopkg.in/yaml.v2 v2.2.1 | ||
mvdan.cc/interfacer v0.0.0-20180326104626-822e100dd73a | ||
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b | ||
sourcegraph.com/sourcegraph/go-diff v0.0.0-20171119081133-3f415a150aec | ||
sourcegraph.com/sqs/pbtypes v0.0.0-20160107090929-4d1b9dc7ffc3 | ||
) | ||
|
||
replace github.com/client9/misspell v0.0.0-20180630113630-950f5d19e7706 => github.com/golangci/misspell v0.0.0-20180630113630-950f5d19e77066 | ||
|
||
replace golang.org/x/tools v0.0.0-20180630113630-1b5a18146dea => github.com/golangci/tools v0.0.0-20180630113630-1b5a18146dea | ||
|
||
replace github.com/GoASTScanner/gas v0.0.0-20180630113630-a9de4d6c1589 => github.com/golangci/gas v0.0.0-20180630113630-a9de4d6c1589 | ||
|
||
replace github.com/mibk/dupl v0.0.0-20180630113630-53b9af5a4536 => github.com/golangci/dupl v0.0.0-20180630113630-53b9af5a4536 | ||
|
||
replace github.com/kisielk/errcheck v0.0.0-20180630113630-46cecd339393 => github.com/golangci/errcheck v0.0.0-20180630113630-46cecd339393 | ||
|
||
replace honnef.co/go/tools v0.0.0-20180630113630-986cd2acf8db => github.com/golangci/go-tools v0.0.0-20180630113630-986cd2acf8db | ||
|
||
replace mvdan.cc/unparam v0.0.0-20180630113630-f30d69ad8b55 => github.com/golangci/unparam v0.0.0-20180630113630-f30d69ad8b55 |