mirror of
https://github.com/containers/podman.git
synced 2025-08-16 04:15:29 +08:00
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>
This commit is contained in:
2
vendor/github.com/uber/jaeger-client-go/thrift/header_context.go
generated
vendored
2
vendor/github.com/uber/jaeger-client-go/thrift/header_context.go
generated
vendored
@ -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
|
||||
|
2
vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go
generated
vendored
2
vendor/github.com/uber/jaeger-client-go/thrift/response_helper.go
generated
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user