diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-15 10:36:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 10:36:44 -0400 |
commit | 4fe573edfc47a42c7e587311adc21a49eac23424 (patch) | |
tree | 635b7d84cc4b5f60cbb8df9a89f32b0b589f2815 /go.mod | |
parent | 230cd2525f110d507c1bf2195f04649f03218c8f (diff) | |
parent | ea75042fb3784654f5ae7a1c5bb68eda450a0798 (diff) | |
download | podman-4fe573edfc47a42c7e587311adc21a49eac23424.tar.gz podman-4fe573edfc47a42c7e587311adc21a49eac23424.tar.bz2 podman-4fe573edfc47a42c7e587311adc21a49eac23424.zip |
Merge pull request #6606 from containers/dependabot/go_modules/github.com/uber/jaeger-client-go-2.24.0incompatible
Bump github.com/uber/jaeger-client-go from 2.23.1+incompatible to 2.24.0+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.6.1 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 - github.com/uber/jaeger-client-go v2.23.1+incompatible + github.com/uber/jaeger-client-go v2.24.0+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 |