skydive-project / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
2.68k stars 404 forks source link

Migrate from nu7hatch/gouuid to satori/go.uuid #2410

Closed adrianlzt closed 7 months ago

adrianlzt commented 2 years ago

nu7hatch/gouuid does not complain the RFC4122 spec (see issue]

Also this fork suggest that implementation could create duplicated keys.

I guess changing how UUIDs are generated could break current installs (if UUID is used to decide if the node exists or not)

lebauce commented 8 months ago

Addressed by https://github.com/skydive-project/skydive/pull/2446