ceph-csi/vendor/github.com/google/uuid
dependabot[bot] f578798f01 rebase: bump the github-dependencies group with 5 updates
Bumps the github-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.49.21` | `1.50.6` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.5.0` | `1.6.0` |
| [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) | `1.10.0` | `1.11.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.14.0` | `2.15.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.30.0` | `1.31.1` |


Updates `github.com/aws/aws-sdk-go` from 1.49.21 to 1.50.6
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.49.21...v1.50.6)

Updates `github.com/google/uuid` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.5.0...v1.6.0)

Updates `github.com/hashicorp/vault/api` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/vault/compare/v1.10.0...v1.11.0)

Updates `github.com/onsi/ginkgo/v2` from 2.14.0 to 2.15.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/ginkgo/compare/v2.14.0...v2.15.0)

Updates `github.com/onsi/gomega` from 1.30.0 to 1.31.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.30.0...v1.31.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/hashicorp/vault/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 14:44:04 +00:00
..
CHANGELOG.md rebase: bump the github-dependencies group with 5 updates 2024-01-31 14:44:04 +00:00
CONTRIBUTING.md rebase: bump the github-dependencies group with 1 update 2023-10-31 10:40:03 +00:00
CONTRIBUTORS Fresh dep ensure 2018-11-26 13:23:56 -05:00
dce.go Fresh dep ensure 2018-11-26 13:23:56 -05:00
doc.go Fresh dep ensure 2018-11-26 13:23:56 -05:00
hash.go rebase: bump the github-dependencies group with 5 updates 2024-01-31 14:44:04 +00:00
LICENSE Fresh dep ensure 2018-11-26 13:23:56 -05:00
marshal.go rebase: update kubernetes to v1.20.0 2020-12-17 16:04:54 +00:00
node_js.go rebase: bump github.com/google/uuid from 1.3.0 to 1.3.1 2023-08-25 20:44:06 +00:00
node_net.go Fresh dep ensure 2018-11-26 13:23:56 -05:00
node.go update vendor to latest kubernetes 1.14.0 2019-05-14 06:56:56 +00:00
null.go rebase: bump github.com/IBM/keyprotect-go-client from 0.7.0 to 0.8.0 2022-07-12 17:32:46 +00:00
README.md rebase: bump github.com/google/uuid from 1.3.0 to 1.3.1 2023-08-25 20:44:06 +00:00
sql.go rebase: bump github.com/IBM/keyprotect-go-client from 0.7.0 to 0.8.0 2022-07-12 17:32:46 +00:00
time.go rebase: bump the github-dependencies group with 5 updates 2024-01-03 21:23:15 +00:00
util.go Fresh dep ensure 2018-11-26 13:23:56 -05:00
uuid.go rebase: bump the github-dependencies group with 5 updates 2024-01-03 21:23:15 +00:00
version1.go rebase: update kubernetes to v1.20.0 2020-12-17 16:04:54 +00:00
version4.go rebase: bump github.com/IBM/keyprotect-go-client from 0.7.0 to 0.8.0 2022-07-12 17:32:46 +00:00
version6.go rebase: bump the github-dependencies group with 5 updates 2024-01-03 21:23:15 +00:00
version7.go rebase: bump the github-dependencies group with 5 updates 2024-01-31 14:44:04 +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