2020-12-08 18:23:35 +03:00
|
|
|
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
|
2024-08-20 18:38:04 +03:00
|
|
|
go 1.22.6
|
2020-12-08 18:23:35 +03:00
|
|
|
|
|
|
|
require (
|
2022-08-03 14:36:18 +03:00
|
|
|
github.com/fzipp/gocyclo v0.6.0
|
2024-07-03 15:08:17 +03:00
|
|
|
github.com/golangci/misspell v0.6.0
|
2023-11-13 16:01:03 +03:00
|
|
|
github.com/gordonklaus/ineffassign v0.1.0
|
2024-02-08 20:39:18 +03:00
|
|
|
github.com/kisielk/errcheck v1.7.0
|
2023-02-01 13:45:00 +03:00
|
|
|
github.com/kyoh86/looppointer v0.2.1
|
2024-05-15 14:12:30 +03:00
|
|
|
github.com/securego/gosec/v2 v2.20.0
|
2024-08-20 18:38:04 +03:00
|
|
|
github.com/uudashr/gocognit v1.1.3
|
|
|
|
golang.org/x/tools v0.24.0
|
|
|
|
golang.org/x/vuln v1.1.3
|
|
|
|
honnef.co/go/tools v0.5.1
|
|
|
|
mvdan.cc/gofumpt v0.7.0
|
2024-06-05 18:57:28 +03:00
|
|
|
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
|
2021-12-22 16:34:51 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-08-20 18:38:04 +03:00
|
|
|
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
|
2024-01-30 18:58:47 +03:00
|
|
|
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
|
2023-10-11 19:17:02 +03:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2024-01-30 18:58:47 +03:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2023-07-26 13:10:23 +03:00
|
|
|
github.com/gookit/color v1.5.4 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
2022-10-28 17:42:45 +03:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2024-08-20 18:38:04 +03:00
|
|
|
golang.org/x/exp/typeparams v0.0.0-20240808152545-0cdaa3abc0fa // indirect
|
|
|
|
golang.org/x/mod v0.20.0 // indirect
|
|
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
|
|
golang.org/x/telemetry v0.0.0-20240815150606-0693e6240b9b // indirect
|
2023-02-08 13:39:04 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2020-12-08 18:23:35 +03:00
|
|
|
)
|