diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-31 16:20:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 16:20:34 +0200 |
commit | 8f5f0cf44898a5785a0fb2cf814969e13ab17a3c (patch) | |
tree | a8cb724a8f7617f9147f9a7b3661cc701b04f8aa /vendor/github.com/uber/jaeger-client-go/thrift/context.go | |
parent | 60b372b49b53ef4fccb16a366e7133a861143612 (diff) | |
parent | d657a070d36e206b1312db48c26cb72cd26e7202 (diff) | |
download | podman-8f5f0cf44898a5785a0fb2cf814969e13ab17a3c.tar.gz podman-8f5f0cf44898a5785a0fb2cf814969e13ab17a3c.tar.bz2 podman-8f5f0cf44898a5785a0fb2cf814969e13ab17a3c.zip |
Merge pull request #10450 from containers/dependabot/go_modules/github.com/uber/jaeger-client-go-2.29.1incompatible
Bump github.com/uber/jaeger-client-go from 2.28.0+incompatible to 2.29.1+incompatible
Diffstat (limited to 'vendor/github.com/uber/jaeger-client-go/thrift/context.go')
-rw-r--r-- | vendor/github.com/uber/jaeger-client-go/thrift/context.go | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/github.com/uber/jaeger-client-go/thrift/context.go b/vendor/github.com/uber/jaeger-client-go/thrift/context.go new file mode 100644 index 000000000..d15c1bcf8 --- /dev/null +++ b/vendor/github.com/uber/jaeger-client-go/thrift/context.go @@ -0,0 +1,24 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package thrift + +import "context" + +var defaultCtx = context.Background() |