diff options
author | 2022-03-14 08:50:43 -0700 | |
---|---|---|
committer | 2022-03-14 08:50:43 -0700 | |
commit | a7ae4bb8832c51d3ae605f61087a423a04e82bf8 (patch) | |
tree | 499be8105b1a2f05bc88d9eff63e272e6b130603 /go.mod | |
parent | 35cb320ec3fd0a222a134334f1012351554464c0 (diff) | |
download | coredns-a7ae4bb8832c51d3ae605f61087a423a04e82bf8.tar.gz coredns-a7ae4bb8832c51d3ae605f61087a423a04e82bf8.tar.zst coredns-a7ae4bb8832c51d3ae605f61087a423a04e82bf8.zip |
build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.36.2 to 1.37.0 (#5260)
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.36.2 to 1.37.0.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.36.2...v1.37.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 | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -30,7 +30,7 @@ require ( google.golang.org/api v0.71.0 google.golang.org/grpc v1.45.0 google.golang.org/protobuf v1.27.1 - gopkg.in/DataDog/dd-trace-go.v1 v1.36.2 + gopkg.in/DataDog/dd-trace-go.v1 v1.37.0 k8s.io/api v0.23.4 k8s.io/apimachinery v0.23.4 k8s.io/client-go v0.23.4 @@ -85,11 +85,10 @@ require ( github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/procfs v0.7.3 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/stretchr/objx v0.2.0 // indirect github.com/tinylib/msgp v1.1.2 // indirect go.etcd.io/etcd/client/pkg/v3 v3.5.2 // indirect go.opencensus.io v0.23.0 // indirect - go.uber.org/atomic v1.7.0 // indirect + go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.17.0 // indirect golang.org/x/mod v0.4.2 // indirect |