2019-03-03 11:56:26 -08:00
|
|
|
module github.com/coredns/coredns
|
|
|
|
|
|
2021-03-09 18:16:05 +01:00
|
|
|
go 1.16
|
2019-03-03 11:56:26 -08:00
|
|
|
|
|
|
|
|
require (
|
2021-04-21 09:50:35 -07:00
|
|
|
github.com/Azure/azure-sdk-for-go v53.3.0+incompatible
|
2021-02-15 05:28:26 -08:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.18
|
2021-02-08 06:27:52 -08:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
|
2020-09-24 18:14:41 +02:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/DataDog/datadog-go v3.5.0+incompatible // indirect
|
2021-05-11 10:32:36 +02:00
|
|
|
github.com/apparentlymart/go-cidr v1.1.0
|
2021-05-24 06:47:30 -07:00
|
|
|
github.com/aws/aws-sdk-go v1.38.45
|
2020-09-24 18:14:41 +02:00
|
|
|
github.com/coredns/caddy v1.1.0
|
2021-02-15 05:28:05 -08:00
|
|
|
github.com/dnstap/golang-dnstap v0.4.0
|
2020-09-14 11:30:06 +02:00
|
|
|
github.com/farsightsec/golang-framestream v0.3.0
|
2021-04-21 09:50:47 -07:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2021-04-09 11:41:57 -07:00
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
|
github.com/infobloxopen/go-trees v0.0.0-20200715205103-96a057b8dfb9
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
2021-05-10 06:08:54 -07:00
|
|
|
github.com/miekg/dns v1.1.42
|
2020-07-06 07:46:33 -07:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
2020-09-17 02:33:08 +08:00
|
|
|
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
|
|
|
|
|
github.com/openzipkin/zipkin-go v0.2.2
|
2021-04-09 11:41:57 -07:00
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
2021-04-21 10:38:42 -07:00
|
|
|
github.com/prometheus/client_golang v1.10.0
|
2020-01-20 09:23:49 +01:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-05-24 06:48:34 -07:00
|
|
|
github.com/prometheus/common v0.25.0
|
2021-05-31 06:22:45 -07:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.0-beta.4
|
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.0-beta.4
|
2021-04-09 11:41:57 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
2021-05-24 06:47:44 -07:00
|
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
|
|
|
|
|
google.golang.org/api v0.47.0
|
2021-05-24 07:33:16 -07:00
|
|
|
google.golang.org/grpc v1.38.0
|
2021-01-09 07:02:50 -08:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
|
2021-05-24 10:07:51 -04:00
|
|
|
k8s.io/api v0.21.1
|
2021-05-24 06:47:55 -07:00
|
|
|
k8s.io/apimachinery v0.21.1
|
2021-05-24 10:07:51 -04:00
|
|
|
k8s.io/client-go v0.21.1
|
2019-12-18 21:32:00 +08:00
|
|
|
k8s.io/klog v1.0.0
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|