boulder/vendor/github.com/google/uuid
dependabot[bot] 61ff7f606d
Update OTel dependencies (#7713)
Updates:
- go.opentelemetry.io/contrib/instrumentation (and subpackages) from 0.52.0 to 0.55.0
- go.opentelemetry.io/otel (and subpackages) from 1.27.0 to 1.30.0

Upstream release notes:
https://github.com/open-telemetry/opentelemetry-go-contrib/releases

Also transitively updates a few golang.org/x/ dependencies, and the grpc and protobuf
dependencies.
2024-10-07 13:22:08 -07:00
..
CHANGELOG.md Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
CONTRIBUTING.md Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
CONTRIBUTORS Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
LICENSE Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
README.md Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
dce.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
doc.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
hash.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
marshal.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
node.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
node_js.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
node_net.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
null.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
sql.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
time.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
util.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
uuid.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
version1.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
version4.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
version6.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07:00
version7.go Update OTel dependencies (#7713) 2024-10-07 13:22:08 -07: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