1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-12 02:28:07 +02:00
opentelemetry-go/bridge/opentracing
Tyler Yahn 1dbc75bc2f
Clean stale indirect dependency requirements (#1041)
* Clean stale indirect dependency requirements

In the recent changes to isolate the main `otel` package there were many
indirect dependencies of the package that were removed, however, the
go.mod was not automatically cleaned of these. This removes those (and
similar ones in the otel-collector example and otel exporter) and prunes
the go.sum files accordingly.

* Run in a clean system to reproduce build
2020-08-07 09:05:22 -07:00
..
internal Rename kv.Infer to kv.Any (#969) (#972) 2020-07-27 09:29:22 -07:00
migration Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
bridge.go Remove NewKey and update doc comment (#721) 2020-05-13 16:21:23 -07:00
doc.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
go.mod Make opentracing bridge into own Go module (#1038) 2020-08-06 07:59:41 -07:00
go.sum Clean stale indirect dependency requirements (#1041) 2020-08-07 09:05:22 -07:00
mix_test.go Move core and key to kv package (#720) 2020-05-13 16:06:03 -07:00
util.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
wrapper.go Update Tracer API with instrumentation version (#802) 2020-06-09 11:47:54 -07:00