mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-17 10:58:29 -07:00
7f9a3a73b4
Merge in DNS/adguard-home from 2276-no-golangci to master Updates #2276. Squashed commit of the following: commit 81a5a62716b8c57e8575cf149938cd941660b6f5 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 8 16:59:19 2020 +0300 all: fix Makefile commit a8f2546803a3986f1292b45921c27409366bc04a Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Dec 8 16:11:09 2020 +0300 all: remove golangci-yaml, add new linters
25 lines
920 B
Modula-2
25 lines
920 B
Modula-2
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
dmitri.shuralyov.com/go/generated v0.0.0-20170818220700-b1254a446363 // indirect
|
|
github.com/client9/misspell v0.3.4 // indirect
|
|
github.com/fzipp/gocyclo v0.3.1
|
|
github.com/golangci/misspell v0.3.5
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
github.com/gookit/color v1.3.3 // indirect
|
|
github.com/gordonklaus/ineffassign v0.0.0-20201107091007-3b93a8888063
|
|
github.com/kisielk/errcheck v1.4.0
|
|
github.com/kyoh86/looppointer v0.1.7
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
|
github.com/securego/gosec/v2 v2.5.0
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
|
|
golang.org/x/mod v0.4.0 // indirect
|
|
golang.org/x/tools v0.0.0-20201208062317-e652b2f42cc7
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
honnef.co/go/tools v0.0.1-2020.1.6
|
|
mvdan.cc/gofumpt v0.0.0-20201129102820-5c11c50e9475
|
|
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
|
|
)
|