2019-03-03 11:56:26 -08:00
|
|
|
module github.com/coredns/coredns
|
|
|
|
|
|
2019-12-18 21:32:00 +08:00
|
|
|
go 1.13
|
2019-03-03 11:56:26 -08:00
|
|
|
|
|
|
|
|
require (
|
2019-07-04 14:44:31 +08:00
|
|
|
cloud.google.com/go v0.41.0 // indirect
|
2019-11-25 07:59:32 +00:00
|
|
|
github.com/Azure/azure-sdk-for-go v32.6.0+incompatible
|
2020-03-02 11:33:44 +01:00
|
|
|
github.com/Azure/go-autorest/autorest v0.10.0
|
2019-12-17 08:56:26 -08:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
|
2020-01-15 08:30:27 -08:00
|
|
|
github.com/DataDog/datadog-go v3.3.1+incompatible // indirect
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/Shopify/sarama v1.21.0 // indirect
|
2019-12-07 15:51:27 +00:00
|
|
|
github.com/apache/thrift v0.13.0 // indirect
|
2020-03-02 12:10:04 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.29.14
|
2020-03-02 11:28:57 +01:00
|
|
|
github.com/caddyserver/caddy v1.0.5
|
2020-02-04 05:19:48 -08:00
|
|
|
github.com/cenkalti/backoff/v4 v4.0.0
|
2019-08-18 14:41:51 -07:00
|
|
|
github.com/coredns/federation v0.0.0-20190818181423-e032b096babe
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect
|
|
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11
|
2019-03-12 11:31:46 +00:00
|
|
|
github.com/farsightsec/golang-framestream v0.0.0-20181102145529-8a0cb8ba8710
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
2020-03-02 11:34:07 +01:00
|
|
|
github.com/golang/protobuf v1.3.4
|
2019-03-13 13:32:59 +05:30
|
|
|
github.com/googleapis/gnostic v0.2.0 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/imdario/mergo v0.3.7 // 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
|
2020-01-06 18:19:44 +08:00
|
|
|
github.com/miekg/dns v1.1.27
|
2019-03-13 13:32:59 +05:30
|
|
|
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
|
2019-06-25 14:49:51 +08:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2019-07-30 23:44:56 -07:00
|
|
|
github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5
|
2019-06-09 23:44:19 +03:00
|
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
2020-02-10 11:42:34 +01:00
|
|
|
github.com/prometheus/client_golang v1.4.1
|
2020-01-20 09:23:49 +01:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-01-27 08:50:52 -08:00
|
|
|
github.com/prometheus/common v0.9.1
|
2019-06-09 23:44:19 +03:00
|
|
|
github.com/tinylib/msgp v1.1.0 // indirect
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
2019-10-05 08:51:34 +01:00
|
|
|
go.etcd.io/etcd v0.5.0-alpha.5.0.20190917205325-a14579fbfb1a
|
2019-12-07 20:02:51 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
2020-02-03 15:57:33 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
|
2019-12-23 16:27:49 +08:00
|
|
|
google.golang.org/api v0.15.0
|
2019-12-23 22:10:43 +08:00
|
|
|
google.golang.org/grpc v1.26.0
|
2020-03-02 11:33:37 +01:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.22.0
|
2020-02-24 14:33:13 -05:00
|
|
|
k8s.io/api v0.17.3
|
2020-02-17 09:19:21 +01:00
|
|
|
k8s.io/apimachinery v0.17.3
|
2020-02-24 14:33:13 -05:00
|
|
|
k8s.io/client-go v0.17.3
|
2019-12-18 21:32:00 +08:00
|
|
|
k8s.io/klog v1.0.0
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|