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 /vendor | |
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 'vendor')
-rw-r--r-- | vendor/github.com/uber/jaeger-client-go/thrift/header_context.go | 2 | ||||
-rw-r--r-- | vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go | 2 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/header_context.go b/vendor/github.com/uber/jaeger-client-go/thrift/header_context.go index ac9bd4882..ca2556882 100644 --- a/vendor/github.com/uber/jaeger-client-go/thrift/header_context.go +++ b/vendor/github.com/uber/jaeger-client-go/thrift/header_context.go @@ -23,7 +23,7 @@ import ( "context" ) -// See https://godoc.org/context#WithValue on why do we need the unexported typedefs. +// See https://pkg.go.dev/context#WithValue on why do we need the unexported typedefs. type ( headerKey string headerKeyList int diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go b/vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go index d884c6ac6..02f061395 100644 --- a/vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go +++ b/vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go @@ -23,7 +23,7 @@ import ( "context" ) -// See https://godoc.org/context#WithValue on why do we need the unexported typedefs. +// See https://pkg.go.dev/context#WithValue on why do we need the unexported typedefs. type responseHelperKey struct{} // TResponseHelper defines a object with a set of helper functions that can be diff --git a/vendor/modules.txt b/vendor/modules.txt index b8e76af8c..3109a6698 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -644,7 +644,7 @@ github.com/stretchr/testify/require github.com/syndtr/gocapability/capability # github.com/tchap/go-patricia v2.3.0+incompatible github.com/tchap/go-patricia/patricia -# github.com/uber/jaeger-client-go v2.29.1+incompatible +# github.com/uber/jaeger-client-go v2.30.0+incompatible ## explicit github.com/uber/jaeger-client-go/log github.com/uber/jaeger-client-go/thrift |