grafana / metrictank

metrics2.0 based, multi-tenant timeseries store for Graphite and friends.
GNU Affero General Public License v3.0
623 stars 104 forks source link

Migrate to go modules #1999

Closed colega closed 3 years ago

colega commented 3 years ago

This is a straightforward attempt to migrate to go modules, leaving the dep behind.

Signed-off-by: Oleg Zaytsev mail@olegzaytsev.com

Dieterbe commented 3 years ago

that's a lot of changes to vendor/ is there a way to generate a report showing how the version of each dependency changes as we move from dep to modules? (bonus points if we can mark transitive dependencies as such)