diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-08 14:38:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 14:38:17 +0000 |
commit | 2d88c5f54344c156f121cc435983b109cfe3104c (patch) | |
tree | 952e5142630830ecaed8d9ad7368fb83fdc3bb36 /go.mod | |
parent | 31be3a9f24597a282a51764c15603311e59e4d44 (diff) | |
parent | 6c05961baac7ae7c7e6c82491f48546898ae2bc7 (diff) | |
download | podman-2d88c5f54344c156f121cc435983b109cfe3104c.tar.gz podman-2d88c5f54344c156f121cc435983b109cfe3104c.tar.bz2 podman-2d88c5f54344c156f121cc435983b109cfe3104c.zip |
Merge pull request #12543 from containers/dependabot/go_modules/github.com/uber/jaeger-client-go-2.30.0incompatible
Bump github.com/uber/jaeger-client-go from 2.29.1+incompatible to 2.30.0+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |