2020-12-08 15:23:35 +00:00
|
|
|
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
|
2023-08-02 11:25:04 +01:00
|
|
|
go 1.20
|
2020-12-08 15:23:35 +00:00
|
|
|
|
|
|
|
require (
|
2022-08-03 12:36:18 +01:00
|
|
|
github.com/fzipp/gocyclo v0.6.0
|
2023-06-28 11:46:04 +01:00
|
|
|
github.com/golangci/misspell v0.4.1
|
|
|
|
github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
|
2023-02-01 10:45:00 +00:00
|
|
|
github.com/kisielk/errcheck v1.6.3
|
|
|
|
github.com/kyoh86/looppointer v0.2.1
|
2023-08-21 17:56:08 +01:00
|
|
|
github.com/securego/gosec/v2 v2.17.0
|
2023-07-19 15:17:03 +01:00
|
|
|
github.com/uudashr/gocognit v1.0.7
|
2023-08-21 17:56:08 +01:00
|
|
|
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846
|
|
|
|
golang.org/x/vuln v1.0.1
|
|
|
|
honnef.co/go/tools v0.4.5
|
2023-04-12 15:20:29 +01:00
|
|
|
mvdan.cc/gofumpt v0.5.0
|
2023-08-15 13:09:08 +01:00
|
|
|
mvdan.cc/unparam v0.0.0-20230815095028-f7c6fb1088f0
|
2021-12-22 13:34:51 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-06-28 11:46:04 +01:00
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
2023-08-21 17:56:08 +01:00
|
|
|
github.com/ccojocar/zxcvbn-go v1.0.1 // indirect
|
2022-10-28 15:42:45 +01:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-08-21 17:56:08 +01:00
|
|
|
github.com/google/uuid v1.3.1 // indirect
|
2023-07-26 11:10:23 +01:00
|
|
|
github.com/gookit/color v1.5.4 // indirect
|
2021-12-22 13:34:51 +00:00
|
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
2022-10-28 15:42:45 +01:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2023-03-30 14:13:19 +01:00
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
2023-08-21 17:56:08 +01:00
|
|
|
golang.org/x/exp/typeparams v0.0.0-20230817173708-d852ddb80c63 // indirect
|
2023-07-07 16:27:33 +01:00
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
2023-06-19 10:21:32 +01:00
|
|
|
golang.org/x/sync v0.3.0 // indirect
|
2023-08-15 13:09:08 +01:00
|
|
|
golang.org/x/sys v0.11.0 // indirect
|
2023-02-08 10:39:04 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2020-12-08 15:23:35 +00:00
|
|
|
)
|