yarpc / yab

Call and benchmark YARPC services from the command line.
MIT License
85 stars 33 forks source link

go.mod: Update jaeger-client-go, drop uber-go/atomic #355

Closed abhinav closed 2 years ago

abhinav commented 2 years ago

The github.com/uber-go/atomic import path was deprecated in favor of go.uber.org/atomic in v1.5.0 of atomic, in 2019.

jaeger-client-go was the last remaining straggler because of which we still needed that import path and the corresponding replace directive. (Determined with go mod why github.com/uber/jaeger-client-go.)

This updates the dependency and drops the replace directive.

Depends on #354

codecov[bot] commented 2 years ago

Codecov Report

Merging #355 (50809d0) into go118 (3ae7c87) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##            go118     #355   +/-   ##
=======================================
  Coverage   90.35%   90.35%           
=======================================
  Files          54       54           
  Lines        2717     2717           
=======================================
  Hits         2455     2455           
  Misses        183      183           
  Partials       79       79           

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 3ae7c87...50809d0. Read the comment docs.