diff options
author | 2020-01-15 08:30:27 -0800 | |
---|---|---|
committer | 2020-01-15 17:30:27 +0100 | |
commit | b7977402d6c3ffd2a7e9b7da310db0579d8447a0 (patch) | |
tree | 7a767be968d1c5f3642fa0d37e5441d98e3655f1 /go.mod | |
parent | 8a4f3c3701c8b631306afb00312d7b1233d3eade (diff) | |
download | coredns-b7977402d6c3ffd2a7e9b7da310db0579d8447a0.tar.gz coredns-b7977402d6c3ffd2a7e9b7da310db0579d8447a0.tar.zst coredns-b7977402d6c3ffd2a7e9b7da310db0579d8447a0.zip |
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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |