uber-go / ratelimit

A Go blocking leaky-bucket rate limit implementation
MIT License
4.32k stars 300 forks source link

Update go directive in go.mod files, run `go mod tidy` #87

Closed rabbbit closed 2 years ago

rabbbit commented 2 years ago

With #86 I thought bumping the directive would reduce the nose in the go.sum files. It helps a bit, but less than I expected. Perhaps it's worth trying anyway - we enable some module prunning for packages that import us, I believe (?).

My understanding after talking to @abhinav is that this is fully backwards compatible.

codecov[bot] commented 2 years ago

Codecov Report

Merging #87 (3d687ae) into main (6c1e786) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           70        70           
=========================================
  Hits            70        70           

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 6c1e786...3d687ae. Read the comment docs.