2018-11-09 18:19:55 +03:00
|
|
|
module github.com/AdguardTeam/AdGuardHome
|
|
|
|
|
|
2026-03-13 13:21:20 +00:00
|
|
|
go 1.26.1
|
2019-02-26 15:32:56 +03:00
|
|
|
|
2018-11-09 18:19:55 +03:00
|
|
|
require (
|
2026-03-13 07:53:59 +00:00
|
|
|
github.com/AdguardTeam/dnsproxy v0.81.0
|
2026-02-17 03:29:55 +00:00
|
|
|
github.com/AdguardTeam/golibs v0.35.8
|
2026-03-04 17:12:00 +00:00
|
|
|
github.com/AdguardTeam/urlfilter v0.23.2
|
2019-04-04 15:32:00 +03:00
|
|
|
github.com/NYTimes/gziphandler v1.1.1
|
2025-04-08 17:20:47 +03:00
|
|
|
github.com/ameshkov/dnscrypt/v2 v2.4.0
|
2023-06-21 12:53:53 +03:00
|
|
|
github.com/bluele/gcache v0.0.2
|
2024-01-23 19:38:46 +03:00
|
|
|
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
|
2021-01-29 18:53:39 +03:00
|
|
|
github.com/digineo/go-ipset/v2 v2.2.1
|
2026-02-02 11:12:43 +00:00
|
|
|
// TODO(e.burkov): Update to the latest version when
|
|
|
|
|
// github.com/fsnotify/fsnotify/issues/727 is fixed.
|
|
|
|
|
github.com/fsnotify/fsnotify v1.8.0
|
2024-12-04 17:57:37 +03:00
|
|
|
// 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
|
2025-03-07 18:51:31 +03:00
|
|
|
github.com/google/go-cmp v0.7.0
|
2021-09-30 18:28:19 +03:00
|
|
|
github.com/google/gopacket v1.1.19
|
2026-02-02 15:21:44 +00:00
|
|
|
github.com/google/renameio/v2 v2.0.2
|
2024-02-08 20:39:18 +03:00
|
|
|
github.com/google/uuid v1.6.0
|
2025-10-28 19:06:08 +03:00
|
|
|
github.com/insomniacslk/dhcp v0.0.0-20251020182700-175e84fbb167
|
2025-09-26 15:32:35 +03:00
|
|
|
github.com/kardianos/service v1.2.4
|
2022-04-13 18:16:33 +03:00
|
|
|
github.com/mdlayher/ethernet v0.0.0-20220221185849-529eae5b6118
|
2025-09-26 15:32:35 +03:00
|
|
|
github.com/mdlayher/netlink v1.8.0
|
2023-06-07 19:18:23 +03:00
|
|
|
github.com/mdlayher/packet v1.1.2
|
2023-04-14 16:58:07 +03:00
|
|
|
// 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
|
2026-02-02 15:21:44 +00:00
|
|
|
github.com/miekg/dns v1.1.72
|
|
|
|
|
github.com/quic-go/quic-go v0.59.0
|
2025-09-04 19:21:53 +03:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2025-05-26 17:20:38 +03:00
|
|
|
github.com/ti-mo/netfilter v0.5.3
|
2025-09-26 15:32:35 +03:00
|
|
|
go.etcd.io/bbolt v1.4.3
|
2026-02-02 15:21:44 +00:00
|
|
|
// TODO(e.burkov): Update to the latest version and test unmarshaling
|
|
|
|
|
// structures with *time.Time.
|
2025-11-19 15:12:06 +03:00
|
|
|
go.yaml.in/yaml/v4 v4.0.0-rc.3
|
2026-03-13 13:21:20 +00:00
|
|
|
golang.org/x/crypto v0.49.0
|
2026-02-11 16:43:46 +00:00
|
|
|
golang.org/x/exp v0.0.0-20260209203927-2842357ff358
|
2026-03-13 13:21:20 +00:00
|
|
|
golang.org/x/net v0.52.0
|
|
|
|
|
golang.org/x/sys v0.42.0
|
2023-02-08 13:39:04 +03:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
2023-12-07 18:46:36 +03:00
|
|
|
howett.net/plist v1.0.1
|
2018-11-09 18:19:55 +03:00
|
|
|
)
|
2021-04-21 13:41:18 +03:00
|
|
|
|
2021-12-22 16:34:51 +03:00
|
|
|
require (
|
2025-10-01 18:57:07 +03:00
|
|
|
cloud.google.com/go v0.123.0 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
cloud.google.com/go/auth v0.18.2 // indirect
|
2025-10-01 18:57:07 +03:00
|
|
|
cloud.google.com/go/compute/metadata v0.9.0 // indirect
|
2026-02-02 15:21:44 +00:00
|
|
|
github.com/BurntSushi/toml v1.6.0 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
github.com/ameshkov/dnsstamps v1.0.3 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
github.com/anthropics/anthropic-sdk-go v1.26.0 // indirect
|
2022-04-13 18:16:33 +03:00
|
|
|
github.com/beefsack/go-rate v0.0.0-20220214233405-116f4ca011a0 // indirect
|
2025-04-08 17:20:47 +03:00
|
|
|
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
|
2026-02-02 15:21:44 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
|
|
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
2025-06-10 15:58:59 +03:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2026-02-11 16:43:46 +00:00
|
|
|
github.com/golangci/misspell v0.8.0 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
|
|
|
|
|
github.com/googleapis/gax-go/v2 v2.18.0 // indirect
|
2025-09-04 19:21:53 +03:00
|
|
|
github.com/gookit/color v1.6.0 // indirect
|
|
|
|
|
github.com/gordonklaus/ineffassign v0.2.0 // indirect
|
2025-10-01 18:57:07 +03:00
|
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
2025-06-05 17:26:39 +03:00
|
|
|
github.com/josharian/native v1.1.0 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
github.com/jstemmer/go-junit-report/v2 v2.1.0 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
github.com/kisielk/errcheck v1.10.0 // indirect
|
2024-05-22 13:54:02 +03:00
|
|
|
github.com/mdlayher/socket v0.5.1 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
github.com/openai/openai-go/v3 v3.26.0 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
2026-02-02 15:21:44 +00:00
|
|
|
github.com/pierrec/lz4/v4 v4.1.25 // indirect
|
2021-12-22 16:34:51 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2025-11-24 18:02:27 +03:00
|
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
2025-02-07 13:49:29 +03:00
|
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
github.com/securego/gosec/v2 v2.24.7 // indirect
|
2025-10-01 18:57:07 +03:00
|
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
|
|
|
|
github.com/tidwall/match v1.2.0 // indirect
|
|
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
|
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
2024-03-13 17:59:21 +03:00
|
|
|
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
github.com/uudashr/gocognit v1.2.1 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
2025-09-26 15:32:35 +03:00
|
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel v1.42.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/metric v1.42.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.42.0 // indirect
|
2026-02-02 15:21:44 +00:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
golang.org/x/exp/typeparams v0.0.0-20260312153236-7ab1446f8b90 // indirect
|
|
|
|
|
golang.org/x/mod v0.34.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.20.0 // indirect
|
|
|
|
|
golang.org/x/telemetry v0.0.0-20260312161427-1546bf4b83fe // indirect
|
|
|
|
|
golang.org/x/term v0.41.0 // indirect
|
|
|
|
|
golang.org/x/text v0.35.0 // indirect
|
|
|
|
|
golang.org/x/tools v0.43.0 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
golang.org/x/vuln v1.1.4 // indirect
|
2026-02-02 15:21:44 +00:00
|
|
|
gonum.org/v1/gonum v0.17.0 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
google.golang.org/genai v1.50.0 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c // indirect
|
|
|
|
|
google.golang.org/grpc v1.79.2 // indirect
|
2026-02-02 15:21:44 +00:00
|
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
2025-09-19 13:04:23 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
honnef.co/go/tools v0.7.0 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
mvdan.cc/editorconfig v0.3.0 // indirect
|
2025-10-28 19:06:08 +03:00
|
|
|
mvdan.cc/gofumpt v0.9.2 // indirect
|
2026-03-13 13:21:20 +00:00
|
|
|
mvdan.cc/sh/v3 v3.13.0 // indirect
|
2025-10-28 19:06:08 +03:00
|
|
|
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
|
2025-03-07 18:51:31 +03:00
|
|
|
)
|
|
|
|
|
|
2025-09-04 19:21:53 +03:00
|
|
|
// NOTE: Keep in sync with .gitignore.
|
|
|
|
|
ignore (
|
|
|
|
|
./agh-backup
|
|
|
|
|
./bin
|
|
|
|
|
./build
|
|
|
|
|
./client
|
|
|
|
|
./data
|
|
|
|
|
./dist
|
|
|
|
|
./test-reports
|
|
|
|
|
./tmp
|
|
|
|
|
node_modules
|
|
|
|
|
)
|
|
|
|
|
|
2025-03-07 18:51:31 +03:00
|
|
|
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
|
2021-12-22 16:34:51 +03:00
|
|
|
)
|