diff options
author | 2022-10-17 11:48:04 -0400 | |
---|---|---|
committer | 2022-10-17 11:48:04 -0400 | |
commit | 0155fe19a6fcc243c70df37613dfb2243df602bc (patch) | |
tree | 0a39151b4e98a4605650d30d2986d0072eee373b /go.mod | |
parent | 10e740e4992c22befafe2f24c24c87082e704755 (diff) | |
download | coredns-0155fe19a6fcc243c70df37613dfb2243df602bc.tar.gz coredns-0155fe19a6fcc243c70df37613dfb2243df602bc.tar.zst coredns-0155fe19a6fcc243c70df37613dfb2243df602bc.zip |
build(deps): bump github.com/openzipkin-contrib/zipkin-go-opentracing (#5701)
Bumps [github.com/openzipkin-contrib/zipkin-go-opentracing](https://github.com/openzipkin-contrib/zipkin-go-opentracing) from 0.4.5 to 0.5.0.
- [Release notes](https://github.com/openzipkin-contrib/zipkin-go-opentracing/releases)
- [Commits](https://github.com/openzipkin-contrib/zipkin-go-opentracing/compare/v0.4.5...v0.5.0)
---
updated-dependencies:
- dependency-name: github.com/openzipkin-contrib/zipkin-go-opentracing
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/matttproud/golang_protobuf_extensions v1.0.2 github.com/miekg/dns v1.1.50 github.com/opentracing/opentracing-go v1.2.0 - github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 + github.com/openzipkin-contrib/zipkin-go-opentracing v0.5.0 github.com/openzipkin/zipkin-go v0.4.1 github.com/oschwald/geoip2-golang v1.8.0 github.com/prometheus/client_golang v1.13.0 |