mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 04:55:33 +03:00
ff7c715c5f
Closes #6854.Updates #6875. Squashed commit of the following: commit b98adbc0cc6eeaffb262d57775c487e03b1d5ba5 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Apr 10 19:21:44 2024 +0300 dnsforward: upd proxy, imp code, docs commit 4de1eb2bca1047426e02ba680c212f46782e5616 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Apr 10 16:09:58 2024 +0300 WIP commit afa9d61e8dc129f907dc681cd2f831cb5c3b054a Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Apr 9 19:24:09 2024 +0300 all: log changes commit c8340676a448687a39acd26bc8ce5f94473e441f Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Apr 9 19:06:10 2024 +0300 dnsforward: move code commit 08bb7d43d2a3f689ef2ef2409935dc3946752e94 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Apr 9 18:09:46 2024 +0300 dnsforward: imp code commit b27547ec806dd9bce502d3c6a7c28f33693ed575 Merge: b7efca7886f36ebc06
Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Apr 9 17:33:19 2024 +0300 Merge branch 'master' into AGDNS-1982-upd-proxy commit b7efca788b66aa672598b088040d4534ce2e55b0 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Tue Apr 9 17:27:14 2024 +0300 all: upd proxy finally commit 3e16fa87befe4c0ef3a3e7a638d7add28627f9b6 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Fri Apr 5 18:20:13 2024 +0300 dnsforward: upd proxy commit f3cdfc86334a182effcd0de22fac5e678fa53ea7 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 4 20:37:32 2024 +0300 all: upd proxy, golibs commit a79298d6d0504521893ee11fdc3a23c098aea911 Merge: 9feeba5c7fd25dcacb
Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 4 20:34:01 2024 +0300 Merge branch 'master' into AGDNS-1982-upd-proxy commit 9feeba5c7f24ff1d308a216608d985cb2a7b7588 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 4 20:25:57 2024 +0300 all: imp code, docs commit 6c68d463db64293eb9c5e29ff91879fd68920a77 Merge: d8108e651ee619b2db
Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Thu Apr 4 18:46:11 2024 +0300 Merge branch 'master' into AGDNS-1982-upd-proxy commit d8108e65164df8d67aa4e95154a8768a06255b78 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Apr 3 19:25:27 2024 +0300 all: imp code commit 20461565801c9fcd06a652c6066b524b06c80433 Author: Eugene Burkov <E.Burkov@AdGuard.COM> Date: Wed Apr 3 17:10:33 2024 +0300 all: remove private rdns logic
66 lines
2.6 KiB
Modula-2
66 lines
2.6 KiB
Modula-2
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/AdguardTeam/dnsproxy v0.69.1
|
|
github.com/AdguardTeam/golibs v0.23.0
|
|
github.com/AdguardTeam/urlfilter v0.18.0
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/ameshkov/dnscrypt/v2 v2.2.7
|
|
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/dimfeld/httptreemux/v5 v5.5.0
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-ping/ping v1.1.0
|
|
github.com/google/go-cmp v0.6.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-20240227161007-c728f5dd21c8
|
|
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.58
|
|
github.com/quic-go/quic-go v0.42.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/ti-mo/netfilter v0.5.1
|
|
go.etcd.io/bbolt v1.3.9
|
|
golang.org/x/crypto v0.21.0
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
|
|
golang.org/x/net v0.23.0
|
|
golang.org/x/sys v0.18.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
howett.net/plist v1.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
|
|
github.com/ameshkov/dnsstamps v1.0.3 // indirect
|
|
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
|
|
github.com/mdlayher/socket v0.5.0 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.16.0 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.21 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
golang.org/x/mod v0.16.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.19.0 // indirect
|
|
gonum.org/v1/gonum v0.14.0 // indirect
|
|
)
|