diff options
author | 2020-07-06 07:46:33 -0700 | |
---|---|---|
committer | 2020-07-06 07:46:33 -0700 | |
commit | 5e1c9ff90d13d86f793907ac3044f4f0fe903936 (patch) | |
tree | d5d4c732bfb873bd3d36ff6be9857bd001d8df89 /go.mod | |
parent | 29f290b916cae036e77d8c108044f9eca5d17648 (diff) | |
download | coredns-5e1c9ff90d13d86f793907ac3044f4f0fe903936.tar.gz coredns-5e1c9ff90d13d86f793907ac3044f4f0fe903936.tar.zst coredns-5e1c9ff90d13d86f793907ac3044f4f0fe903936.zip |
build(deps): bump github.com/opentracing/opentracing-go (#3990)
Bumps [github.com/opentracing/opentracing-go](https://github.com/opentracing/opentracing-go) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/opentracing/opentracing-go/releases)
- [Changelog](https://github.com/opentracing/opentracing-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/opentracing/opentracing-go/compare/v1.1.0...v1.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ require ( github.com/matttproud/golang_protobuf_extensions v1.0.1 github.com/miekg/dns v1.1.29 github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect - github.com/opentracing/opentracing-go v1.1.0 + github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.3.5 github.com/philhofer/fwd v1.0.0 // indirect github.com/prometheus/client_golang v1.7.1 |