2019-03-03 11:56:26 -08:00
|
|
|
module github.com/coredns/coredns
|
|
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
|
|
require (
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/Shopify/sarama v1.21.0 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/aws/aws-sdk-go v1.14.17
|
2019-03-12 11:31:46 +00:00
|
|
|
github.com/coredns/proxy v0.0.0-20190312112157-36a505170348
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/coreos/bbolt v1.3.2 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/coreos/etcd v3.3.11+incompatible
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/coreos/go-semver v0.2.0 // indirect
|
|
|
|
|
github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect
|
|
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11
|
2019-03-12 11:31:46 +00:00
|
|
|
github.com/farsightsec/golang-framestream v0.0.0-20181102145529-8a0cb8ba8710
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/go-ini/ini v1.42.0 // indirect
|
|
|
|
|
github.com/go-logfmt/logfmt v0.4.0 // indirect
|
|
|
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
|
|
|
github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/golang/protobuf v1.2.0
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c // indirect
|
|
|
|
|
github.com/gophercloud/gophercloud v0.0.0-20190307220656-fe1ba5ce12dd // indirect
|
|
|
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
|
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
|
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.8.3 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
|
|
|
github.com/imdario/mergo v0.3.7 // indirect
|
|
|
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
|
|
|
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
|
|
|
|
github.com/json-iterator/go v1.1.5 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1
|
2019-03-12 11:31:46 +00:00
|
|
|
github.com/mholt/caddy v0.11.5
|
2019-03-11 16:17:27 +00:00
|
|
|
github.com/miekg/dns v1.1.6
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/opentracing/opentracing-go v1.0.2
|
|
|
|
|
github.com/openzipkin/zipkin-go-opentracing v0.3.4
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
github.com/prometheus/client_golang v0.9.2
|
|
|
|
|
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
|
|
|
|
|
github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
|
2019-03-12 17:36:13 +01:00
|
|
|
github.com/sirupsen/logrus v1.4.0 // indirect
|
|
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
|
|
|
|
|
github.com/soheilhy/cmux v0.1.4 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
|
|
|
|
|
github.com/ugorji/go/codec v0.0.0-20190309163734-c4a1c341dc93 // indirect
|
|
|
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
|
|
|
|
go.etcd.io/bbolt v1.3.2 // indirect
|
|
|
|
|
go.uber.org/atomic v1.3.2 // indirect
|
|
|
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
|
|
|
go.uber.org/zap v1.9.1 // indirect
|
2019-03-12 11:31:46 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
|
2019-03-12 17:36:13 +01:00
|
|
|
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
|
2019-03-12 11:31:46 +00:00
|
|
|
google.golang.org/grpc v1.19.0
|
2019-03-12 11:01:47 +00:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v0 v0.6.1
|
2019-03-12 17:36:13 +01:00
|
|
|
gopkg.in/ini.v1 v1.42.0 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
k8s.io/api v0.0.0-20181204000039-89a74a8d264d
|
|
|
|
|
k8s.io/apimachinery v0.0.0-20181127025237-2b1284ed4c93
|
|
|
|
|
k8s.io/client-go v10.0.0+incompatible
|
|
|
|
|
k8s.io/klog v0.0.0-20181108234604-8139d8cb77af
|
2019-03-12 17:36:13 +01:00
|
|
|
k8s.io/kube-openapi v0.0.0-20190306001800-15615b16d372 // indirect
|
2019-03-03 11:56:26 -08:00
|
|
|
)
|
2019-03-12 17:36:13 +01:00
|
|
|
|
|
|
|
|
replace github.com/DataDog/dd-trace-go v0.6.1 => github.com/datadog/dd-trace-go v0.6.1
|