skopeo/vendor/github.com/google/uuid
renovate[bot] 4d80bf8c7d
fix(deps): update github.com/containers/image/v5 digest to faa4f4f
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-01 18:22:38 +00:00
..
CHANGELOG.md fix(deps): update github.com/containers/image/v5 digest to faa4f4f 2024-03-01 18:22:38 +00:00
CONTRIBUTING.md fix(deps): update module github.com/containers/storage to v1.52.0 2024-01-20 00:15:27 +01:00
CONTRIBUTORS Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
dce.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
doc.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
hash.go fix(deps): update github.com/containers/image/v5 digest to faa4f4f 2024-03-01 18:22:38 +00:00
LICENSE Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
marshal.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
node_js.go fix(deps): update github.com/containers/image/v5 digest to 58d5eb6 2023-09-04 18:19:51 +00:00
node_net.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
node.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
null.go Update github.com/containerd/containerd to v1.5.7 2021-10-05 18:45:24 +02:00
README.md fix(deps): update github.com/containers/image/v5 digest to 58d5eb6 2023-09-04 18:19:51 +00:00
sql.go Bump github.com/containers/common from 0.38.1 to 0.38.4 2021-05-19 15:55:54 -04:00
time.go fix(deps): update module github.com/containers/storage to v1.52.0 2024-01-20 00:15:27 +01:00
util.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
uuid.go fix(deps): update module github.com/containers/storage to v1.52.0 2024-01-20 00:15:27 +01:00
version1.go Bump github.com/containers/storage from 1.26.0 to 1.29.0 2021-04-15 14:05:51 -04:00
version4.go Update github.com/containerd/containerd to v1.5.7 2021-10-05 18:45:24 +02:00
version6.go fix(deps): update module github.com/containers/storage to v1.52.0 2024-01-20 00:15:27 +01:00
version7.go fix(deps): update github.com/containers/image/v5 digest to faa4f4f 2024-03-01 18:22:38 +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