2019-03-03 11:56:26 -08:00
|
|
|
module github.com/coredns/coredns
|
|
|
|
|
2024-08-18 07:13:53 +02:00
|
|
|
go 1.22
|
2019-03-03 11:56:26 -08:00
|
|
|
|
|
|
|
require (
|
2023-01-30 07:27:56 -08:00
|
|
|
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
|
2023-05-08 19:02:41 -07:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.29
|
2024-07-01 10:50:32 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
|
2021-05-11 10:32:36 +02:00
|
|
|
github.com/apparentlymart/go-cidr v1.1.0
|
2024-08-18 05:40:32 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.55.5
|
2021-07-09 11:12:06 -04:00
|
|
|
github.com/coredns/caddy v1.1.1
|
2021-02-15 05:28:05 -08:00
|
|
|
github.com/dnstap/golang-dnstap v0.4.0
|
2024-08-11 13:00:49 +01:00
|
|
|
github.com/expr-lang/expr v1.16.9
|
2020-09-14 11:30:06 +02:00
|
|
|
github.com/farsightsec/golang-framestream v0.3.0
|
2024-08-17 22:17:14 +02:00
|
|
|
github.com/go-logr/logr v1.4.2
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
2021-04-09 11:41:57 -07:00
|
|
|
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
|
2022-10-31 12:20:13 -04:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4
|
2024-05-13 17:59:43 +02:00
|
|
|
github.com/miekg/dns v1.1.59
|
2020-07-06 07:46:33 -07:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2022-10-17 11:48:04 -04:00
|
|
|
github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0
|
2024-05-20 21:54:59 +02:00
|
|
|
github.com/openzipkin/zipkin-go v0.4.3
|
2024-08-18 07:14:07 +02:00
|
|
|
github.com/oschwald/geoip2-golang v1.11.0
|
2024-06-05 14:43:57 -04:00
|
|
|
github.com/prometheus/client_golang v1.19.1
|
2024-05-11 15:19:13 +02:00
|
|
|
github.com/prometheus/client_model v0.6.1
|
2024-08-18 05:40:10 +02:00
|
|
|
github.com/prometheus/common v0.55.0
|
2024-08-17 21:45:08 +02:00
|
|
|
github.com/quic-go/quic-go v0.46.0
|
2024-08-17 22:17:38 +02:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.15
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.15
|
2024-08-17 21:44:39 +02:00
|
|
|
golang.org/x/crypto v0.26.0
|
|
|
|
golang.org/x/sys v0.23.0
|
2024-04-09 09:30:24 +02:00
|
|
|
google.golang.org/api v0.172.0
|
2024-04-14 13:46:00 +02:00
|
|
|
google.golang.org/grpc v1.63.2
|
2024-08-18 05:40:10 +02:00
|
|
|
google.golang.org/protobuf v1.34.2
|
2024-08-18 07:14:31 +02:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.66.0
|
2024-04-09 08:31:10 +02:00
|
|
|
k8s.io/api v0.29.3
|
|
|
|
k8s.io/apimachinery v0.29.3
|
2024-04-09 09:29:21 +02:00
|
|
|
k8s.io/client-go v0.29.3
|
2024-03-07 14:28:59 -05:00
|
|
|
k8s.io/klog/v2 v2.120.1
|
2024-03-11 09:57:54 -04:00
|
|
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|
2022-01-21 18:04:14 -05:00
|
|
|
|
|
|
|
require (
|
2024-08-18 05:40:10 +02:00
|
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2023-05-08 19:02:41 -07:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
|
2024-07-01 10:50:32 -04:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2024-08-18 07:14:31 +02:00
|
|
|
github.com/DataDog/appsec-internal-go v1.6.0 // indirect
|
2023-11-06 10:15:35 -08:00
|
|
|
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
|
2023-11-13 09:20:56 -05:00
|
|
|
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1 // indirect
|
2023-10-20 13:22:04 +02:00
|
|
|
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
|
2024-08-18 07:14:31 +02:00
|
|
|
github.com/DataDog/go-libddwaf/v3 v3.2.1 // indirect
|
2023-10-20 13:22:04 +02:00
|
|
|
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect
|
2024-08-18 07:14:31 +02:00
|
|
|
github.com/DataDog/sketches-go v1.4.5 // indirect
|
2023-10-20 13:22:04 +02:00
|
|
|
github.com/Microsoft/go-winio v0.6.1 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-02-13 09:43:18 -05:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2023-10-20 13:22:04 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2023-08-14 07:03:32 -07:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2024-03-07 14:49:52 -05:00
|
|
|
github.com/ebitengine/purego v0.6.0-alpha.5 // indirect
|
2023-10-20 13:22:04 +02:00
|
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
2023-08-21 09:32:25 -07:00
|
|
|
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
|
2024-01-08 21:08:48 +01:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
2024-01-08 21:08:48 +01:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-04-20 13:24:06 -04:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
2023-08-21 09:32:25 -07:00
|
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
2023-04-20 13:24:06 -04:00
|
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
2023-08-07 09:13:09 -07:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-05-08 19:02:41 -07:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2024-04-09 08:31:10 +02:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2023-08-21 09:32:25 -07:00
|
|
|
github.com/google/gnostic-models v0.6.8 // indirect
|
2023-10-30 08:41:20 -07:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2023-10-20 13:22:04 +02:00
|
|
|
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
|
2023-09-11 07:40:38 -07:00
|
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
2024-03-11 16:13:09 -04:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2023-11-06 10:15:27 -08:00
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
2024-04-09 09:30:24 +02:00
|
|
|
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-05-04 19:38:21 +02:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-03-11 09:57:54 -04:00
|
|
|
github.com/onsi/ginkgo/v2 v2.13.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
|
2024-08-18 07:14:07 +02:00
|
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
2023-10-20 13:22:04 +02:00
|
|
|
github.com/outcaste-io/ristretto v0.2.3 // indirect
|
2023-08-07 09:59:55 -07:00
|
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-08-18 05:40:10 +02:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2023-08-14 07:03:32 -07:00
|
|
|
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-08-07 09:59:55 -07:00
|
|
|
github.com/tinylib/msgp v1.1.8 // indirect
|
2024-08-17 22:17:38 +02:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect
|
2022-11-14 16:39:09 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2024-04-09 09:30:24 +02:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.24.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v1.24.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.24.0 // indirect
|
2023-08-07 09:59:55 -07:00
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
2024-04-09 08:29:40 +02:00
|
|
|
go.uber.org/mock v0.4.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
2024-06-05 14:44:36 -04:00
|
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
|
|
golang.org/x/mod v0.17.0 // indirect
|
2024-08-18 05:40:10 +02:00
|
|
|
golang.org/x/net v0.26.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.21.0 // indirect
|
2024-08-17 21:44:39 +02:00
|
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
|
|
golang.org/x/term v0.23.0 // indirect
|
|
|
|
golang.org/x/text v0.17.0 // indirect
|
2023-12-12 08:45:21 -05:00
|
|
|
golang.org/x/time v0.5.0 // indirect
|
2024-08-17 21:44:39 +02:00
|
|
|
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
|
2024-08-18 07:14:31 +02:00
|
|
|
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
|
2024-04-09 09:30:24 +02:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
|
2024-05-20 21:54:59 +02:00
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-08-08 08:21:34 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-03-11 09:57:54 -04:00
|
|
|
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
|
2023-04-20 13:24:06 -04:00
|
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
2024-03-11 09:57:54 -04:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
2022-12-15 08:49:27 -08:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2022-01-21 18:04:14 -05:00
|
|
|
)
|