alertmanager icon indicating copy to clipboard operation
alertmanager copied to clipboard

replace github.com/gofrs/uuid with github.com/google/uuid

Open DanCech opened this issue 2 years ago • 1 comments

While cleaning up dependencies in https://github.com/grafana/grafana we noticed that github.com/gofrs/uuid is being brought in as an indirect dependency of prometheus/alertmanager. We can easily swap that out for github.com/google/uuid which is used by a number of the other modules both projects depend on, and remove the dependency on github.com/gofrs/uuid altogether.

See also grafana/grafana#65016

DanCech avatar Mar 20 '23 05:03 DanCech

Would you mind rebasing this?

SuperQ avatar Oct 31 '25 14:10 SuperQ