uber-go / config

Configuration for Go applications
https://godoc.org/go.uber.org/config
MIT License
448 stars 41 forks source link

Drop dependency on golang.org/x/lint #114

Closed r-hang closed 4 years ago

r-hang commented 4 years ago

We use golang.org/x/lint for dev-time tooling only. We don't need to declare constraints on versions of these libraries that our users use.

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   93.77%   93.77%           
=======================================
  Files           9        9           
  Lines         418      418           
=======================================
  Hits          392      392           
  Misses         16       16           
  Partials       10       10           

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 0036d92...6621e2d. Read the comment docs.