automation-tests/common/vendor/github.com/google/uuid
tomsweeneyredhat 7ef6b56fd2 Bump c/storage to v1.53.0, c/image to v5.30.0
As the title says.  The third step in the vendor dance.
Bumps c/storage v1.53.0 and c/image to v5.30.0 all in
preparation of Podman v5.0

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2024-03-06 09:48:10 -05:00
..
CHANGELOG.md Bump c/storage to v1.53.0, c/image to v5.30.0 2024-03-06 09:48:10 -05:00
CONTRIBUTING.md fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
CONTRIBUTORS new libimage package 2021-04-21 11:17:47 +02:00
LICENSE new libimage package 2021-04-21 11:17:47 +02:00
README.md Bump vendor of containers/(storage, image) 2023-09-11 13:36:51 -04:00
dce.go new libimage package 2021-04-21 11:17:47 +02:00
doc.go new libimage package 2021-04-21 11:17:47 +02:00
hash.go Bump c/storage to v1.53.0, c/image to v5.30.0 2024-03-06 09:48:10 -05:00
marshal.go new libimage package 2021-04-21 11:17:47 +02:00
node.go new libimage package 2021-04-21 11:17:47 +02:00
node_js.go Bump vendor of containers/(storage, image) 2023-09-11 13:36:51 -04:00
node_net.go new libimage package 2021-04-21 11:17:47 +02:00
null.go build(deps): bump github.com/containers/image/v5 from 5.16.1 to 5.17.0 2021-11-23 04:32:19 +00:00
sql.go build(deps): bump github.com/containers/storage from 1.30.3 to 1.31.1 2021-05-18 13:39:15 +00:00
time.go fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
util.go new libimage package 2021-04-21 11:17:47 +02:00
uuid.go fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
version1.go new libimage package 2021-04-21 11:17:47 +02:00
version4.go build(deps): bump github.com/containers/image/v5 from 5.16.1 to 5.17.0 2021-11-23 04:32:19 +00:00
version6.go fix(deps): update github.com/containers/image/v5 digest to 1b221d4 2024-01-01 01:45:53 +00:00
version7.go Bump c/storage to v1.53.0, c/image to v5.30.0 2024-03-06 09:48:10 -05:00

README.md

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