mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
Update both DataDog/dd-trace-go and DataDog/datadog-go (#3597)
This is a PR that supersede #3592. In PR #3592 the build failed because DataDog/dd-trace-go and DataDog/datadog-go have to be updated at the same time. (dependabot failed to detect that). This PR fixes the error. This PR closes #3592 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
4
go.mod
4
go.mod
@@ -7,7 +7,7 @@ require (
|
||||
github.com/Azure/azure-sdk-for-go v32.6.0+incompatible
|
||||
github.com/Azure/go-autorest/autorest v0.9.3
|
||||
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
|
||||
github.com/DataDog/datadog-go v2.2.0+incompatible // indirect
|
||||
github.com/DataDog/datadog-go v3.3.1+incompatible // indirect
|
||||
github.com/Shopify/sarama v1.21.0 // indirect
|
||||
github.com/apache/thrift v0.13.0 // indirect
|
||||
github.com/aws/aws-sdk-go v1.28.0
|
||||
@@ -40,7 +40,7 @@ require (
|
||||
golang.org/x/sys v0.0.0-20191220142924-d4481acd189f
|
||||
google.golang.org/api v0.15.0
|
||||
google.golang.org/grpc v1.26.0
|
||||
gopkg.in/DataDog/dd-trace-go.v1 v1.19.0
|
||||
gopkg.in/DataDog/dd-trace-go.v1 v1.20.0
|
||||
k8s.io/api v0.17.0
|
||||
k8s.io/apimachinery v0.17.0
|
||||
k8s.io/client-go v0.17.0
|
||||
|
||||
Reference in New Issue
Block a user