mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
* For caddy v1 in our org This RP changes all imports for caddyserver/caddy to coredns/caddy. This is the v1 code of caddy. For the coredns/caddy repo the following changes have been made: * anything not needed by us is deleted * all `telemetry` stuff is deleted * all its import paths are also changed to point to coredns/caddy * the v1 branch has been moved to the master branch * a v1.1.0 tag has been added to signal the latest release Signed-off-by: Miek Gieben <miek@miek.nl> * Fix imports Signed-off-by: Miek Gieben <miek@miek.nl> * Group coredns/caddy with out plugins Signed-off-by: Miek Gieben <miek@miek.nl> * remove this file Signed-off-by: Miek Gieben <miek@miek.nl> * Relax import ordering github.com/coredns is now also a coredns dep, this makes github.com/coredns/caddy fit more natural in the list. Signed-off-by: Miek Gieben <miek@miek.nl> * Fix final import Signed-off-by: Miek Gieben <miek@miek.nl>
44 lines
1.7 KiB
Modula-2
44 lines
1.7 KiB
Modula-2
module github.com/coredns/coredns
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Azure/azure-sdk-for-go v40.6.0+incompatible
|
|
github.com/Azure/go-autorest/autorest v0.11.6
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.2
|
|
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
|
|
github.com/DataDog/datadog-go v3.5.0+incompatible // indirect
|
|
github.com/aws/aws-sdk-go v1.34.22
|
|
github.com/cenkalti/backoff/v4 v4.0.2
|
|
github.com/coredns/caddy v1.1.0
|
|
github.com/dnstap/golang-dnstap v0.2.1
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
github.com/farsightsec/golang-framestream v0.3.0
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
|
github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
|
github.com/miekg/dns v1.1.31
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5
|
|
github.com/openzipkin/zipkin-go v0.2.2
|
|
github.com/philhofer/fwd v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.13.0
|
|
go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb
|
|
go.uber.org/zap v1.14.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
|
google.golang.org/api v0.29.0
|
|
google.golang.org/grpc v1.29.1
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.26.0
|
|
k8s.io/api v0.19.1
|
|
k8s.io/apimachinery v0.19.1
|
|
k8s.io/client-go v0.19.1
|
|
k8s.io/klog v1.0.0
|
|
)
|