mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 16:29:18 +00:00
76ecce5e8f
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>
13 lines
407 B
Go
13 lines
407 B
Go
// Copyright 2016 Google Inc. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package uuid generates and inspects UUIDs.
|
|
//
|
|
// UUIDs are based on RFC 4122 and DCE 1.1: Authentication and Security
|
|
// Services.
|
|
//
|
|
// A UUID is a 16 byte (128 bit) array. UUIDs may be used as keys to
|
|
// maps or compared directly.
|
|
package uuid
|