mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 20:45:33 +03:00
184f476bdc
Squashed commit of the following:
commit 00fc45877776ed7d1c59be26330f6f16d784ead2
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Tue Aug 20 16:21:25 2024 +0300
all: imp lint
commit b04d9cd334a92faf21787e7e1ebf20d5e5fd0bee
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Tue Aug 20 14:40:18 2024 +0300
all: upd all
commit f151f8c313
Author: Eugene Burkov <E.Burkov@AdGuard.COM>
Date: Fri Aug 16 13:12:36 2024 +0300
all: upd proxy
34 lines
1.2 KiB
Modula-2
34 lines
1.2 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
go 1.22.6
|
|
|
|
require (
|
|
github.com/fzipp/gocyclo v0.6.0
|
|
github.com/golangci/misspell v0.6.0
|
|
github.com/gordonklaus/ineffassign v0.1.0
|
|
github.com/kisielk/errcheck v1.7.0
|
|
github.com/kyoh86/looppointer v0.2.1
|
|
github.com/securego/gosec/v2 v2.20.0
|
|
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
|
|
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
|
|
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
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
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|