diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-08 12:25:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 12:25:53 +0000 |
commit | 6c05961baac7ae7c7e6c82491f48546898ae2bc7 (patch) | |
tree | 952e5142630830ecaed8d9ad7368fb83fdc3bb36 /vendor/github.com | |
parent | 31be3a9f24597a282a51764c15603311e59e4d44 (diff) | |
download | podman-6c05961baac7ae7c7e6c82491f48546898ae2bc7.tar.gz podman-6c05961baac7ae7c7e6c82491f48546898ae2bc7.tar.bz2 podman-6c05961baac7ae7c7e6c82491f48546898ae2bc7.zip |
Bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.29.1+incompatible to 2.30.0+incompatible.
- [Release notes](https://github.com/uber/jaeger-client-go/releases)
- [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber/jaeger-client-go/compare/v2.29.1...v2.30.0)
---
updated-dependencies:
- dependency-name: github.com/uber/jaeger-client-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com')
-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 |
2 files changed, 2 insertions, 2 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 |