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
|
|
|
cloud.google.com/go v0.55.0 // indirect
|
|
|
|
|
github.com/Azure/azure-sdk-for-go v40.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-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-04-20 07:38:01 -07:00
|
|
|
github.com/aws/aws-sdk-go v1.30.9
|
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-04-20 07:38:16 -07:00
|
|
|
github.com/golang/protobuf v1.4.0
|
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-03-16 06:55:04 -07:00
|
|
|
github.com/prometheus/client_golang v1.5.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
|
2020-03-31 11:39:02 +02:00
|
|
|
github.com/prometheus/procfs v0.0.11 // indirect
|
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
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
|
|
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd
|
2020-03-09 11:37:31 +01:00
|
|
|
google.golang.org/api v0.20.0
|
2020-03-31 11:39:02 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20200326112834-f447254575fd // indirect
|
2020-04-13 09:42:00 -07:00
|
|
|
google.golang.org/grpc v1.28.1
|
2020-04-13 08:41:10 -07:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.23.1
|
2020-04-20 14:21:43 +00:00
|
|
|
k8s.io/api v0.18.2
|
|
|
|
|
k8s.io/apimachinery v0.18.2
|
2020-04-20 16:21:05 +02:00
|
|
|
k8s.io/client-go v0.18.2
|
2019-12-18 21:32:00 +08:00
|
|
|
k8s.io/klog v1.0.0
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|