mirror of
https://github.com/coredns/coredns.git
synced 2025-11-13 15:32:24 -05:00
plugin/trace: update datadog import (#2676)
Use gopkg.in/DataDog/dd-trace-go.v0 as this is the new home for it Fixes: #2282 Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -16,10 +16,10 @@ import (
|
||||
_ "github.com/coredns/coredns/plugin/pkg/trace"
|
||||
"github.com/coredns/coredns/request"
|
||||
|
||||
ddtrace "github.com/DataDog/dd-trace-go/opentracing"
|
||||
"github.com/miekg/dns"
|
||||
ot "github.com/opentracing/opentracing-go"
|
||||
zipkin "github.com/openzipkin/zipkin-go-opentracing"
|
||||
ddtrace "gopkg.in/DataDog/dd-trace-go.v0/opentracing"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user