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 (
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/Azure/azure-sdk-for-go v40.6.0+incompatible
|
2020-06-29 10:33:48 -07:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.0
|
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.0
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/DataDog/datadog-go v3.5.0+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-06-22 07:33:52 -07:00
|
|
|
github.com/aws/aws-sdk-go v1.32.6
|
2020-03-02 11:28:57 +01:00
|
|
|
github.com/caddyserver/caddy v1.0.5
|
2020-04-06 07:19:29 -07:00
|
|
|
github.com/cenkalti/backoff/v4 v4.0.2
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/dnstap/golang-dnstap v0.2.0
|
|
|
|
|
github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8
|
2020-05-18 07:24:28 -07:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/gophercloud/gophercloud v0.9.0 // indirect
|
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
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
2020-03-24 07:30:00 +01:00
|
|
|
github.com/miekg/dns v1.1.29
|
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-06-22 07:34:11 -07:00
|
|
|
github.com/prometheus/client_golang v1.7.0
|
2020-01-20 09:23:49 +01:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2020-05-18 07:25:26 -07:00
|
|
|
github.com/prometheus/common v0.10.0
|
2020-03-31 14:07:36 +08:00
|
|
|
github.com/prometheus/prometheus v2.5.0+incompatible
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/tinylib/msgp v1.1.2 // indirect
|
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
|
2020-06-29 10:33:48 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-06-22 07:34:11 -07:00
|
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
|
2020-06-22 08:29:51 -07:00
|
|
|
google.golang.org/api v0.28.0
|
2020-04-27 07:58:15 -07:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-05-25 03:17:37 -07:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.24.1
|
2020-06-22 07:34:36 -07:00
|
|
|
k8s.io/api v0.18.4
|
2020-06-29 08:48:52 -07:00
|
|
|
k8s.io/apimachinery v0.18.5
|
2020-06-22 07:34:36 -07:00
|
|
|
k8s.io/client-go v0.18.4
|
2019-12-18 21:32:00 +08:00
|
|
|
k8s.io/klog v1.0.0
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|