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 (
|
2022-01-10 05:49:41 -08:00
|
|
|
github.com/Azure/azure-sdk-for-go v61.1.0+incompatible
|
2022-01-17 07:49:26 -08:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.24
|
2022-01-17 08:18:15 -08:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
|
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
|
2022-01-17 07:49:00 -08:00
|
|
|
github.com/aws/aws-sdk-go v1.42.35
|
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
|
2022-01-03 08:16:57 -08:00
|
|
|
github.com/miekg/dns v1.1.45
|
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
|
2022-01-17 07:49:09 -08:00
|
|
|
github.com/openzipkin/zipkin-go v0.4.0
|
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
|
2022-01-17 07:49:26 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
2022-01-10 05:50:02 -08:00
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
2022-01-17 07:49:17 -08:00
|
|
|
google.golang.org/api v0.65.0
|
2021-12-20 13:03:29 -08:00
|
|
|
google.golang.org/grpc v1.43.0
|
2021-11-23 11:17:03 +08:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.34.0
|
2021-12-20 12:17:00 -08:00
|
|
|
k8s.io/api v0.23.1
|
2021-12-20 09:48:16 -08:00
|
|
|
k8s.io/apimachinery v0.23.1
|
2021-12-20 14:03:36 -08:00
|
|
|
k8s.io/client-go v0.23.1
|
2021-12-20 13:03:42 -08:00
|
|
|
k8s.io/klog/v2 v2.40.1
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|