jaegertracing / jaeger-lib

A collection of shared infrastructure libraries used by different components of Jaeger.
https://github.com/uber/jaeger
Apache License 2.0
67 stars 34 forks source link

Remove go modules #76

Closed yurishkuro closed 5 years ago

yurishkuro commented 5 years ago

According to https://github.com/jaegertracing/jaeger-lib/pull/75#issuecomment-528639764, enabling go modules is more complicated when the library is on a version above 1.x, which is the case with jaeger-client-go and jaeger-lib.

For now, removing go modules. Will revisit in the future along with potential renaming of the path from /uber/ to /jaegertracing/

Reopens #74

codecov[bot] commented 5 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #76   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          26     26           
  Lines         890    890           
=====================================
  Hits          890    890

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e48c2c0...672e004. Read the comment docs.