mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-29 21:49:03 +03:00
Merge in DNS/adguard-home from upd-go to master Squashed commit of the following: commit 0e13d6863a3d463289823a27414b427cb76be88c Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Feb 7 20:20:14 2023 +0300 scripts: try increasing test timeout commit 8e7d230e40de8f49a2b74a6d32a7fc78a361edab Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Feb 7 20:00:17 2023 +0300 all: upd quic-go; imp atomic values commit fae2b75b6990f2bd77e5c019a35a72322bac85f7 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Tue Feb 7 17:36:33 2023 +0300 all: upd go, deps; imp atomic values
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome/internal/tools
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/fzipp/gocyclo v0.6.0
|
|
github.com/golangci/misspell v0.4.0
|
|
github.com/gordonklaus/ineffassign v0.0.0-20230107090616-13ace0543b28
|
|
github.com/kisielk/errcheck v1.6.3
|
|
github.com/kyoh86/looppointer v0.2.1
|
|
github.com/securego/gosec/v2 v2.15.0
|
|
golang.org/x/tools v0.5.1-0.20230117180257-8aba49bb5ea2
|
|
golang.org/x/vuln v0.0.0-20230201222900-4c848edceff1
|
|
honnef.co/go/tools v0.4.0
|
|
mvdan.cc/gofumpt v0.4.0
|
|
mvdan.cc/unparam v0.0.0-20230125043941-70a0ce6e7b95
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gookit/color v1.5.2 // indirect
|
|
github.com/kyoh86/nolint v0.0.1 // indirect
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20230206171751-46f607a40771 // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|