mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
5df1d32fba
Squashed commit of the following: commit 206c01e3ff58f474c6f0cfa95d0435bda9b5c98b Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Mar 6 17:54:21 2024 +0300 all: upd i18n, svcs, tools, trackers
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
go 1.21.8
|
|
|
|
require (
|
|
github.com/fzipp/gocyclo v0.6.0
|
|
github.com/golangci/misspell v0.4.1
|
|
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.19.0
|
|
github.com/uudashr/gocognit v1.1.2
|
|
golang.org/x/tools v0.19.0
|
|
golang.org/x/vuln v1.0.4
|
|
honnef.co/go/tools v0.4.7
|
|
mvdan.cc/gofumpt v0.6.0
|
|
mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // 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 v0.0.0-20230321023759-10a507213a29 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20240222234643-814bf88cf225 // indirect
|
|
golang.org/x/mod v0.16.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|