mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-10 00:29:12 +02:00
1f2eba2cdb
* Prepare for releasing v0.11.0 * Update CHANGELOG.md to reflect scope of v0.11.0 release * Update CHANGELOG.md Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
11 lines
196 B
Modula-2
11 lines
196 B
Modula-2
module go.opentelemetry.io/otel/bridge/opentracing
|
|
|
|
go 1.14
|
|
|
|
replace go.opentelemetry.io/otel => ../..
|
|
|
|
require (
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
go.opentelemetry.io/otel v0.11.0
|
|
)
|