2020-12-08 18:23:35 +03:00
|
|
|
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
|
2022-08-03 14:36:18 +03:00
|
|
|
go 1.18
|
2020-12-08 18:23:35 +03:00
|
|
|
|
|
|
|
require (
|
2022-08-03 14:36:18 +03:00
|
|
|
github.com/fzipp/gocyclo v0.6.0
|
2022-10-28 17:42:45 +03:00
|
|
|
github.com/golangci/misspell v0.4.0
|
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20220928193011-d2c82e48359b
|
2022-08-08 15:50:54 +03:00
|
|
|
github.com/kisielk/errcheck v1.6.2
|
2022-10-28 17:42:45 +03:00
|
|
|
github.com/kyoh86/looppointer v0.1.9
|
|
|
|
github.com/securego/gosec/v2 v2.14.0
|
|
|
|
golang.org/x/tools v0.2.0
|
2022-11-08 16:24:44 +03:00
|
|
|
golang.org/x/vuln v0.0.0-20221103225512-4f561ca73b59
|
2022-08-03 14:36:18 +03:00
|
|
|
honnef.co/go/tools v0.3.3
|
2022-10-28 17:42:45 +03:00
|
|
|
mvdan.cc/gofumpt v0.4.0
|
|
|
|
mvdan.cc/unparam v0.0.0-20220926085101-66de63301820
|
2021-12-22 16:34:51 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2022-10-28 17:42:45 +03:00
|
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-09-07 14:01:03 +03:00
|
|
|
github.com/gookit/color v1.5.2 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
|
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
|
2022-10-28 17:42:45 +03:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2022-11-08 16:24:44 +03:00
|
|
|
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
|
|
|
|
golang.org/x/exp/typeparams v0.0.0-20221106115401-f9659909a136 // indirect
|
2022-10-28 17:42:45 +03:00
|
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
2022-11-08 16:24:44 +03:00
|
|
|
golang.org/x/sys v0.2.0 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2020-12-08 18:23:35 +03:00
|
|
|
)
|