Package Usage: go: github.com/gofrs/uuid/v5
Package uuid provides implementations of the Universally Unique Identifier
(UUID), as specified in RFC-9562 (formerly RFC-4122).
RFC-9562[1] provides the specification for versions 1, 3, 4, 5, 6 and 7.
DCE 1.1[2] provides the specification for version 2, but version 2 support
was removed from this package in v4 due to some concerns with the
specification itself. Reading the spec, it seems that it would result in
generating UUIDs that aren't very unique. In having read the spec it seemed
that our implementation did not meet the spec. It also seems to be at-odds
with RFC 9562, meaning we would need quite a bit of special code to support
it. Lastly, there were no Version 2 implementations that we could find to
ensure we were understanding the specification correctly.
[1] https://tools.ietf.org/html/rfc9562
[2] http://pubs.opengroup.org/onlinepubs/9696989899/chap5.htm#tagcjh_08_02_01_01
5 versions
Latest release: over 2 years ago
801 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/gofrs/uuid/v5