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 (
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/Azure/azure-sdk-for-go v40.6.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-02-15 06:41:58 -08:00
|
|
|
github.com/aws/aws-sdk-go v1.37.10
|
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-24 18:14:41 +02:00
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2020-09-14 11:30:06 +02:00
|
|
|
github.com/farsightsec/golang-framestream v0.3.0
|
2020-10-19 06:31:48 -07:00
|
|
|
github.com/golang/protobuf v1.4.3
|
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
|
|
|
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
2019-09-04 23:43:45 +08:00
|
|
|
github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
2021-03-16 10:58:13 +01:00
|
|
|
github.com/miekg/dns v1.1.40
|
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
|
2019-06-09 23:44:19 +03:00
|
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
2020-12-21 02:13:11 -08:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2020-01-20 09:23:49 +01:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-12-21 02:13:11 -08:00
|
|
|
github.com/prometheus/common v0.15.0
|
2020-03-07 11:36:37 -08:00
|
|
|
go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb
|
2020-03-31 11:39:02 +02:00
|
|
|
go.uber.org/zap v1.14.1 // indirect
|
2021-04-09 09:40:25 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
|
|
|
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073
|
2020-07-13 08:26:57 -07:00
|
|
|
google.golang.org/api v0.29.0
|
2020-04-27 07:58:15 -07:00
|
|
|
google.golang.org/grpc v1.29.1
|
2021-01-09 07:02:50 -08:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
|
2021-04-09 09:40:25 -04:00
|
|
|
k8s.io/api v0.21.0
|
|
|
|
|
k8s.io/apimachinery v0.21.0
|
|
|
|
|
k8s.io/client-go v0.21.0
|
2019-12-18 21:32:00 +08:00
|
|
|
k8s.io/klog v1.0.0
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|