mirror of
https://github.com/AdguardTeam/AdGuardDNS.git
synced 2026-04-18 04:56:53 -04:00
141 lines
5.6 KiB
Modula-2
141 lines
5.6 KiB
Modula-2
module github.com/AdguardTeam/AdGuardDNS
|
|
|
|
go 1.25.7
|
|
|
|
require (
|
|
// NOTE: Do not change the pseudoversion.
|
|
github.com/AdguardTeam/AdGuardDNS/internal/dnsserver v0.0.0-00010101000000-000000000000
|
|
github.com/AdguardTeam/golibs v0.35.8
|
|
github.com/AdguardTeam/urlfilter v0.23.1
|
|
github.com/ameshkov/dnscrypt/v2 v2.4.0
|
|
github.com/axiomhq/hyperloglog v0.2.6
|
|
github.com/bluele/gcache v0.0.2
|
|
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
|
|
github.com/caarlos0/env/v7 v7.1.0
|
|
github.com/getsentry/sentry-go v0.43.0
|
|
github.com/gomodule/redigo v1.9.3
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/renameio/v2 v2.0.2
|
|
github.com/miekg/dns v1.1.72
|
|
github.com/oschwald/maxminddb-golang v1.13.1
|
|
github.com/patrickmn/go-cache v2.1.1-0.20191004192108-46f407853014+incompatible
|
|
github.com/prometheus/client_golang v1.23.2
|
|
github.com/prometheus/client_model v0.6.2
|
|
github.com/prometheus/common v0.67.5
|
|
github.com/quic-go/quic-go v0.59.0
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/viktordanov/golang-lru v0.5.6
|
|
go.yaml.in/yaml/v4 v4.0.0-rc.4
|
|
golang.org/x/crypto v0.48.0
|
|
golang.org/x/net v0.51.0
|
|
golang.org/x/sys v0.41.0
|
|
golang.org/x/time v0.14.0
|
|
google.golang.org/grpc v1.79.1
|
|
google.golang.org/protobuf v1.36.11
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.123.0 // indirect
|
|
cloud.google.com/go/auth v0.18.2 // indirect
|
|
cloud.google.com/go/compute/metadata v0.9.0 // indirect
|
|
github.com/BurntSushi/toml v1.6.0 // indirect
|
|
github.com/ameshkov/dnsstamps v1.0.3 // indirect
|
|
github.com/anthropics/anthropic-sdk-go v1.26.0 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/caarlos0/env/v11 v11.4.0 // indirect
|
|
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dgryski/go-metro v0.0.0-20250106013310-edb8663e5e33 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golangci/misspell v0.8.0 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.12 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
|
|
github.com/gookit/color v1.6.0 // indirect
|
|
github.com/gordonklaus/ineffassign v0.2.0 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/jstemmer/go-junit-report/v2 v2.1.0 // indirect
|
|
github.com/kamstrup/intmap v0.5.2 // indirect
|
|
github.com/kisielk/errcheck v1.9.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/openai/openai-go/v3 v3.24.0 // indirect
|
|
github.com/panjf2000/ants/v2 v2.11.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/prometheus/procfs v0.20.0 // indirect
|
|
github.com/quic-go/qpack v0.6.0 // 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.23.0 // indirect
|
|
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
|
|
github.com/uudashr/gocognit v1.2.1 // indirect
|
|
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
|
|
go.opentelemetry.io/otel v1.40.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.40.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.40.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20260218203240-3dfff04db8fa // indirect
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20260213145524-e0ab670178e1 // indirect
|
|
golang.org/x/term v0.40.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
golang.org/x/tools v0.42.0 // indirect
|
|
golang.org/x/vuln v1.1.4 // indirect
|
|
google.golang.org/genai v1.48.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260223185530-2f722ef697dc // indirect
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
honnef.co/go/tools v0.7.0 // indirect
|
|
mvdan.cc/editorconfig v0.3.0 // indirect
|
|
mvdan.cc/gofumpt v0.9.2 // indirect
|
|
mvdan.cc/sh/v3 v3.12.0 // indirect
|
|
mvdan.cc/unparam v0.0.0-20251027182757-5beb8c8f8f15 // indirect
|
|
)
|
|
|
|
// NOTE: Keep in sync with .gitignore.
|
|
ignore (
|
|
./bin/
|
|
./filters/
|
|
./github-mirror/
|
|
./test-reports/
|
|
./test/
|
|
./tmp/
|
|
)
|
|
|
|
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
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
|
google.golang.org/protobuf
|
|
google.golang.org/protobuf/cmd/protoc-gen-go
|
|
honnef.co/go/tools/cmd/staticcheck
|
|
mvdan.cc/gofumpt
|
|
mvdan.cc/sh/v3/cmd/shfmt
|
|
mvdan.cc/unparam
|
|
)
|
|
|
|
replace github.com/AdguardTeam/AdGuardDNS/internal/dnsserver => ./internal/dnsserver
|