summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-08 12:25:53 +0000
committerGitHub <noreply@github.com>2021-12-08 12:25:53 +0000
commit6c05961baac7ae7c7e6c82491f48546898ae2bc7 (patch)
tree952e5142630830ecaed8d9ad7368fb83fdc3bb36 /go.mod
parent31be3a9f24597a282a51764c15603311e59e4d44 (diff)
downloadpodman-6c05961baac7ae7c7e6c82491f48546898ae2bc7.tar.gz
podman-6c05961baac7ae7c7e6c82491f48546898ae2bc7.tar.bz2
podman-6c05961baac7ae7c7e6c82491f48546898ae2bc7.zip
Bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.29.1+incompatible to 2.30.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.29.1...v2.30.0) --- updated-dependencies: - dependency-name: github.com/uber/jaeger-client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 32191f81d..e2106eaaf 100644
--- a/go.mod
+++ b/go.mod
@@ -59,7 +59,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.29.1+incompatible
+ github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/vbauerster/mpb/v6 v6.0.4
github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
go.etcd.io/bbolt v1.3.6