ceph-csi/vendor/github.com/hashicorp/go-uuid
Madhu Rajanna 51a5bde97f ci: update golang dependencies to 1.17.5 release
updating the depencendices to golang 1.17.5
release

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-12-13 07:32:54 +00:00
..
.travis.yml rebase: bump github.com/hashicorp/vault/api from 1.1.1 to 1.2.0 2021-10-20 13:57:39 +00:00
LICENSE rebase: bump github.com/hashicorp/vault/api from 1.1.1 to 1.2.0 2021-10-20 13:57:39 +00:00
README.md rebase: bump github.com/hashicorp/vault/api from 1.1.1 to 1.2.0 2021-10-20 13:57:39 +00:00
uuid.go rebase: bump github.com/hashicorp/vault/api from 1.1.1 to 1.2.0 2021-10-20 13:57:39 +00:00

uuid Build Status

Generates UUID-format strings using high quality, purely random bytes. It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.

Documentation

The full documentation is available on Godoc.