smallnest/gen

Please replace uuid library

yoderme opened this issue · 0 comments

The github.com/satori/go.uuid library is unmaintained and has security flaws.

One example of use:

"github.com/satori/go.uuid"

Instead please use something like https://github.com/gofrs/uuid.

From that page,

Project History
This project was originally forked from the github.com/satori/go.uuid repository after it appeared to be no longer maintained, while exhibiting critical flaws. We have decided to take over this project to ensure it receives regular maintenance for the benefit of the larger Go community.

Thank you!