go-kit / kit

A standard library for microservices.
https://gokit.io
MIT License
26.53k stars 2.43k forks source link

Update speed library #1177

Closed sagikazarmark closed 3 years ago

sagikazarmark commented 3 years ago

Related #1127

Fixes #1176

sagikazarmark commented 3 years ago

@peterbourgon I don't think the added entries in go.sum is a problem. Since they are just checksums for the the mod files, not the libraries themselves, Go only downloads the mod files for these transitive dependencies, but they are never compiled into the end result.

I agree that this is confusing, irritating to see even, but that's how Go modules work today. :\