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-09-13 07:15:22 -07:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.21
|
2021-07-05 07:25:25 -07:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
|
2020-09-24 18:14:41 +02:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
|
2021-05-31 06:23:21 -07:00
|
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
2021-05-11 10:32:36 +02:00
|
|
|
github.com/apparentlymart/go-cidr v1.1.0
|
2021-10-18 09:54:12 -07:00
|
|
|
github.com/aws/aws-sdk-go v1.41.4
|
2021-07-09 11:12:06 -04:00
|
|
|
github.com/coredns/caddy v1.1.1
|
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
|
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-06-28 08:54:59 -07:00
|
|
|
github.com/miekg/dns v1.1.43
|
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-07-14 08:25:30 +01:00
|
|
|
github.com/oschwald/geoip2-golang v1.5.0
|
2021-04-09 11:41:57 -07:00
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
2021-06-07 06:35:15 -07:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2020-01-20 09:23:49 +01:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-10-25 07:20:28 -07:00
|
|
|
github.com/prometheus/common v0.32.1
|
2021-08-10 04:39:51 -04:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
2021-10-18 09:53:50 -07:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.1
|
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.1
|
2021-07-05 07:25:25 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
2021-10-25 07:21:02 -07:00
|
|
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac
|
|
|
|
|
google.golang.org/api v0.59.0
|
2021-09-27 07:03:19 -07:00
|
|
|
google.golang.org/grpc v1.41.0
|
2021-08-30 06:35:58 -07:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.33.0
|
2021-09-20 09:33:33 -04:00
|
|
|
k8s.io/api v0.22.2
|
|
|
|
|
k8s.io/apimachinery v0.22.2
|
|
|
|
|
k8s.io/client-go v0.22.2
|
2021-09-06 07:35:55 -07:00
|
|
|
k8s.io/klog/v2 v2.20.0
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|