diff options
author | 2022-01-17 10:09:26 -0800 | |
---|---|---|
committer | 2022-01-17 10:09:26 -0800 | |
commit | 5e448f1965c6e8b7ba8ce06c18ef2d0cf3f9cdc3 (patch) | |
tree | 036cc4ee601edc534f779b9d1918b2dd3a963f8a /go.mod | |
parent | 4c34e5f11972a5abd94feddd1f5dc3412e9aa27c (diff) | |
download | coredns-5e448f1965c6e8b7ba8ce06c18ef2d0cf3f9cdc3.tar.gz coredns-5e448f1965c6e8b7ba8ce06c18ef2d0cf3f9cdc3.tar.zst coredns-5e448f1965c6e8b7ba8ce06c18ef2d0cf3f9cdc3.zip |
build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.34.0 to 1.35.0 (#5101)
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.34.0...v1.35.0)
---
updated-dependencies:
- dependency-name: gopkg.in/DataDog/dd-trace-go.v1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,7 +7,6 @@ require ( github.com/Azure/go-autorest/autorest v0.11.24 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect - github.com/Microsoft/go-winio v0.5.0 // indirect github.com/apparentlymart/go-cidr v1.1.0 github.com/aws/aws-sdk-go v1.42.35 github.com/coredns/caddy v1.1.1 @@ -23,7 +22,6 @@ require ( github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 github.com/openzipkin/zipkin-go v0.4.0 github.com/oschwald/geoip2-golang v1.5.0 - github.com/philhofer/fwd v1.1.1 // indirect github.com/prometheus/client_golang v1.11.0 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.32.1 @@ -34,7 +32,7 @@ require ( golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e google.golang.org/api v0.65.0 google.golang.org/grpc v1.43.0 - gopkg.in/DataDog/dd-trace-go.v1 v1.34.0 + gopkg.in/DataDog/dd-trace-go.v1 v1.35.0 k8s.io/api v0.23.1 k8s.io/apimachinery v0.23.1 k8s.io/client-go v0.23.1 |