Remove go.uuid (#2224)

go.uuid is currently the most starred uuid repo for go. However, it is unmaintained and contains at least one critical security, which has been fixed by PR but took nearly half a year to be merged, since the owner is not really active (satori/go.uuid#75). There is an actively maintained fork at https://github.com/gofrs/uuid which is already listed here too. go.uuid should be removed.

See 
satori/go.uuid#75
satori/go.uuid#73
This commit is contained in:
ceriath 2018-11-14 10:56:54 +01:00 committed by Avelino
parent ee9e9efe9e
commit fa623e9c51

View File

@ -882,7 +882,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-resiliency](https://github.com/eapache/go-resiliency) - Resiliency patterns for golang.
* [go-sarah](https://github.com/oklahomer/go-sarah) - Framework to build bot for desired chat services including LINE, Slack, Gitter and more.
* [go-unarr](https://github.com/gen2brain/go-unarr) - Decompression library for RAR, TAR, ZIP and 7z archives.
* [go.uuid](https://github.com/satori/go.uuid) - Implementation of Universally Unique Identifier (UUID). Supported both creation and parsing of UUIDs.
* [gofakeit](https://github.com/brianvoe/gofakeit) - Random data generator written in go.
* [goid](https://github.com/jakehl/goid) - Generate and Parse RFC4122 compliant V4 UUIDs.
* [gommit](https://github.com/antham/gommit) - Analyze git commit messages to ensure they follow defined patterns