2020-12-08 08:23:35 -07:00
|
|
|
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
|
2021-12-22 06:34:51 -07:00
|
|
|
go 1.17
|
2020-12-08 08:23:35 -07:00
|
|
|
|
|
|
|
require (
|
2021-12-22 06:34:51 -07:00
|
|
|
github.com/fzipp/gocyclo v0.4.0
|
2020-12-08 08:23:35 -07:00
|
|
|
github.com/golangci/misspell v0.3.5
|
2021-12-22 06:34:51 -07:00
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8
|
2021-03-11 02:17:54 -07:00
|
|
|
github.com/kisielk/errcheck v1.6.0
|
2020-12-08 08:23:35 -07:00
|
|
|
github.com/kyoh86/looppointer v0.1.7
|
2021-12-22 06:34:51 -07:00
|
|
|
github.com/securego/gosec/v2 v2.9.5
|
2021-05-21 04:55:42 -07:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
2021-12-22 06:34:51 -07:00
|
|
|
golang.org/x/tools v0.1.8
|
|
|
|
honnef.co/go/tools v0.2.2
|
|
|
|
mvdan.cc/gofumpt v0.2.1
|
|
|
|
mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
|
|
|
github.com/client9/misspell v0.3.4 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/gookit/color v1.5.0 // indirect
|
|
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
|
|
|
|
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
|
|
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-12-08 08:23:35 -07:00
|
|
|
)
|