Merge in DNS/adguard-home from AG-38975-upd-proxy to master Squashed commit of the following: commit 94fc1fb9bb1c004fea17d52f586af263b6918694 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 17 20:45:12 2025 +0300 home: fix typo commit b1cbf45dcc54c6d4dc7de86868c189114caf7cb1 Merge: c2c868b7d3521e8ed9Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 17 20:44:14 2025 +0300 Merge branch 'master' into AG-38975-upd-proxy commit c2c868b7d938eee6e4e4a19d43b2ed734155c7da Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 17 20:19:23 2025 +0300 all: upd to tag commit 1680a9d79f34bd42f0b64712b2e7e968890e7c6e Merge: df42dec3a4d258972dAuthor: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Apr 16 14:08:46 2025 +0300 Merge branch 'master' into AG-38975-upd-proxy commit df42dec3a302af0e6e301365a943763cd87d752d Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Apr 16 13:43:29 2025 +0300 all: add thanks commit f212d6a9ee3d614bd6db776204c65298f0359a87 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Mon Apr 14 17:57:33 2025 +0300 dnsforward: use bool commit 055072e29dee0673cf38b198476e252bdbade8d9 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Apr 11 18:35:38 2025 +0300 stats: imp doc commit 6554101a73564b7786cd77d250344ba141c0cbb5 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 10 19:32:34 2025 +0300 all: log changes commit da8ecf17778be9481232222c8bb7682beea475c6 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 10 19:07:04 2025 +0300 all: upd proxy, add config
133 lines
5.6 KiB
Modula-2
133 lines
5.6 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.75.3
|
|
github.com/AdguardTeam/golibs v0.32.7
|
|
github.com/AdguardTeam/urlfilter v0.20.0
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/ameshkov/dnscrypt/v2 v2.4.0
|
|
github.com/bluele/gcache v0.0.2
|
|
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
|
|
github.com/digineo/go-ipset/v2 v2.2.1
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
// TODO(e.burkov): This package is deprecated; find a new one or use our
|
|
// own code for that. Perhaps, use gopacket.
|
|
github.com/go-ping/ping v1.2.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/gopacket v1.1.19
|
|
github.com/google/renameio/v2 v2.0.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/insomniacslk/dhcp v0.0.0-20250109001534-8abf58130905
|
|
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86
|
|
github.com/kardianos/service v1.2.2
|
|
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
|
|
github.com/mdlayher/netlink v1.7.2
|
|
github.com/mdlayher/packet v1.1.2
|
|
// TODO(a.garipov): This package is deprecated; find a new one or use our
|
|
// own code for that. Perhaps, use gopacket.
|
|
github.com/mdlayher/raw v0.1.0
|
|
github.com/miekg/dns v1.1.65
|
|
github.com/quic-go/quic-go v0.50.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/ti-mo/netfilter v0.5.2
|
|
go.etcd.io/bbolt v1.4.0
|
|
golang.org/x/crypto v0.37.0
|
|
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
|
|
golang.org/x/net v0.39.0
|
|
golang.org/x/sys v0.32.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
howett.net/plist v1.0.1
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.120.0 // indirect
|
|
cloud.google.com/go/ai v0.10.1 // indirect
|
|
cloud.google.com/go/auth v0.15.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
cloud.google.com/go/compute/metadata v0.6.0 // indirect
|
|
cloud.google.com/go/longrunning v0.6.6 // indirect
|
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
|
github.com/ameshkov/dnsstamps v1.0.3 // indirect
|
|
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 // indirect
|
|
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/golangci/misspell v0.6.0 // indirect
|
|
github.com/google/generative-ai-go v0.19.0 // indirect
|
|
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
|
github.com/gookit/color v1.5.4 // indirect
|
|
github.com/gordonklaus/ineffassign v0.1.0 // indirect
|
|
github.com/jstemmer/go-junit-report/v2 v2.1.0 // indirect
|
|
github.com/kisielk/errcheck v1.9.0 // indirect
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.22 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.5.1 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/securego/gosec/v2 v2.22.3 // indirect
|
|
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
|
|
github.com/uudashr/gocognit v1.2.0 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
|
|
go.opentelemetry.io/otel v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.35.0 // indirect
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
|
go.uber.org/mock v0.5.1 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
|
golang.org/x/mod v0.24.0 // indirect
|
|
golang.org/x/oauth2 v0.29.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20250406004356-f593adaf3fc1 // indirect
|
|
golang.org/x/term v0.31.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
golang.org/x/tools v0.32.0 // indirect
|
|
golang.org/x/vuln v1.1.4 // indirect
|
|
gonum.org/v1/gonum v0.16.0 // indirect
|
|
google.golang.org/api v0.228.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250409194420-de1ac958c67a // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250409194420-de1ac958c67a // indirect
|
|
google.golang.org/grpc v1.71.1 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
honnef.co/go/tools v0.6.1 // indirect
|
|
mvdan.cc/editorconfig v0.3.0 // indirect
|
|
mvdan.cc/gofumpt v0.7.0 // indirect
|
|
mvdan.cc/sh/v3 v3.11.0 // indirect
|
|
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect
|
|
)
|
|
|
|
tool (
|
|
github.com/fzipp/gocyclo/cmd/gocyclo
|
|
github.com/golangci/misspell/cmd/misspell
|
|
github.com/gordonklaus/ineffassign
|
|
github.com/jstemmer/go-junit-report/v2
|
|
github.com/kisielk/errcheck
|
|
github.com/securego/gosec/v2/cmd/gosec
|
|
github.com/uudashr/gocognit/cmd/gocognit
|
|
golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment
|
|
golang.org/x/tools/go/analysis/passes/nilness/cmd/nilness
|
|
golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
|
|
golang.org/x/vuln/cmd/govulncheck
|
|
honnef.co/go/tools/cmd/staticcheck
|
|
mvdan.cc/gofumpt
|
|
mvdan.cc/sh/v3/cmd/shfmt
|
|
mvdan.cc/unparam
|
|
)
|