diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-19 17:12:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 17:12:04 +0000 |
commit | 37a00c99640a817e272a48f7920c314d2c4bbcd8 (patch) | |
tree | e84e99a624859d23bdfde2c1e803ade63061aac8 /go.mod | |
parent | b5e0b292bf4ebf98a1ad45681da5f297d86de44b (diff) | |
download | podman-37a00c99640a817e272a48f7920c314d2c4bbcd8.tar.gz podman-37a00c99640a817e272a48f7920c314d2c4bbcd8.tar.bz2 podman-37a00c99640a817e272a48f7920c314d2c4bbcd8.zip |
Bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.25.0+incompatible to 2.27.0+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.25.0...v2.27.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 - github.com/uber/jaeger-client-go v2.25.0+incompatible + github.com/uber/jaeger-client-go v2.27.0+incompatible github.com/vbauerster/mpb/v6 v6.0.3 github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 go.etcd.io/bbolt v1.3.5 |