garm/vendor/github.com/google/uuid
Gabriel Adrian Samfira 97d03dd38d Update dependencies and tests
This commit updates the dependencies, vendor files and updates tests
to take into account changes to the DB driver.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-04-22 13:39:04 +00:00
..
CHANGELOG.md Update dependencies and tests 2024-04-22 13:39:04 +00:00
CONTRIBUTING.md Update dependencies 2023-12-18 16:20:44 +00:00
CONTRIBUTORS Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
dce.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
doc.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
hash.go Update dependencies and tests 2024-04-22 13:39:04 +00:00
LICENSE Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
marshal.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
node.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
node_js.go Update dependencies 2023-12-18 16:20:44 +00:00
node_net.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
null.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
README.md Update dependencies 2023-12-18 16:20:44 +00:00
sql.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
time.go Update dependencies 2023-12-18 16:20:44 +00:00
util.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
uuid.go Update dependencies 2023-12-18 16:20:44 +00:00
version1.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
version4.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
version6.go Update dependencies 2023-12-18 16:20:44 +00:00
version7.go Update dependencies and tests 2024-04-22 13:39:04 +00:00

uuid

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).

Install
go get github.com/google/uuid
Documentation

Go Reference

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://pkg.go.dev/github.com/google/uuid