nvidia-container-toolkit/vendor/github.com/google/uuid
dependabot[bot] 76ecce5e8f
Bump github.com/NVIDIA/go-nvlib
Bumps [github.com/NVIDIA/go-nvlib](https://github.com/NVIDIA/go-nvlib) from 0.0.0-20231115170030-b21432a353e1 to 0.2.0.
- [Release notes](https://github.com/NVIDIA/go-nvlib/releases)
- [Commits](https://github.com/NVIDIA/go-nvlib/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/NVIDIA/go-nvlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-17 08:06:07 +00:00
..
CHANGELOG.md Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
CONTRIBUTING.md Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
CONTRIBUTORS Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
dce.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
doc.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
hash.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
LICENSE Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
marshal.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
node_js.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
node_net.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
node.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
null.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
README.md Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
sql.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
time.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
util.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
uuid.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
version1.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
version4.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
version6.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +00:00
version7.go Bump github.com/NVIDIA/go-nvlib 2024-03-17 08:06:07 +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