diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-08 21:34:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 21:34:06 +0200 |
commit | 7f8b31f5fb59d8b66a26dcd822863fbc18687905 (patch) | |
tree | 02ba6090ce80e17cb29d74feb44e43d5ff16090f /go.mod | |
parent | aa74c3f09223107b85b6538a1ffe1e359ff51a65 (diff) | |
parent | 5be55739ccf2435e96b52ca64ce1627506927069 (diff) | |
download | podman-7f8b31f5fb59d8b66a26dcd822863fbc18687905.tar.gz podman-7f8b31f5fb59d8b66a26dcd822863fbc18687905.tar.bz2 podman-7f8b31f5fb59d8b66a26dcd822863fbc18687905.zip |
Merge pull request #6049 from containers/dependabot/go_modules/github.com/uber/jaeger-client-go-2.23.1incompatible
build(deps): bump github.com/uber/jaeger-client-go from 2.22.1+incompatible to 2.23.1+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.5.1 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 - github.com/uber/jaeger-client-go v2.22.1+incompatible + github.com/uber/jaeger-client-go v2.23.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect github.com/varlink/go v0.0.0-20190502142041-0f1d566d194b github.com/vishvananda/netlink v1.1.0 |