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:
Yong Tang
2020-01-15 08:30:27 -08:00
committed by Miek Gieben
parent 8a4f3c3701
commit b7977402d6
2 changed files with 7 additions and 6 deletions

4
go.mod
View File

@@ -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