diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-03 21:50:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-03 21:50:32 +0200 |
commit | b01ec314f58941c955a7b6f878ce995ab3239656 (patch) | |
tree | 224244f4479b9815348fa7a624394583a2b145c4 /go.mod | |
parent | 24156f95fb8a14a9d9f58b435b98ce552c2008b9 (diff) | |
parent | 2c4b90229654bbbcee9a3e6fe2d432c0d53741a1 (diff) | |
download | podman-b01ec314f58941c955a7b6f878ce995ab3239656.tar.gz podman-b01ec314f58941c955a7b6f878ce995ab3239656.tar.bz2 podman-b01ec314f58941c955a7b6f878ce995ab3239656.zip |
Merge pull request #10191 from containers/dependabot/go_modules/github.com/uber/jaeger-client-go-2.28.0incompatible
Bump github.com/uber/jaeger-client-go from 2.27.0+incompatible to 2.28.0+incompatible
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,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.27.0+incompatible + github.com/uber/jaeger-client-go v2.28.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 |