client/vendor/github.com/google/uuid
knative-automation c18a55f926
upgrade to latest dependencies (#1413)
bumping knative.dev/networking f3c57a0...acdfd41:
  > acdfd41 upgrade (# 474)
  > 0f2f509 upgrade to latest dependencies (# 473)
bumping knative.dev/pkg 64ab22b...21eb4c1:
  > 21eb4c1 Bump assorted dependencies to their latest versions (# 2205)
  > 552bbc1 Support the webhook serving over non-TLS. (# 2204)
bumping knative.dev/serving 4dc9fc6...ac8d05d:
  > ac8d05d upgrade to latest dependencies (# 11765)
  > 21abbd3 Update net-kourier nightly (# 11762)
  > 922f8c1 Update net-contour nightly (# 11764)
  > 3d992b7 Update net-certmanager nightly (# 11763)
  > 2771c89 Adding config to enable setting concurrencyStateEndpoint (# 11699)
  > 2b25982 upgrade to latest dependencies (# 11759)
  > e79dc8c Update net-contour nightly (# 11756)
  > d22d04e Update net-istio nightly (# 11757)
  > 9d8f841 Update net-kourier nightly (# 11758)
  > e0bbc3a Update the pull request workflow link on DEVELOPMENT.md (# 11752)
  > 0313d84 upgrade to latest dependencies (# 11754)
  > 6301a5b Update net-kourier nightly (# 11749)
  > 42aafb6 Update net-contour nightly (# 11741)
bumping knative.dev/eventing 486c349...5c7b553:
  > 5c7b553 update deps (# 5625)
  > 7d502ca Only reconcile CRDs labeled with the duck key/value (# 5601)
  > a8a3063 Run conformance tests as project admin (# 5596)

Signed-off-by: Knative Automation <automation@knative.team>
2021-08-04 02:46:24 -07:00
..
.travis.yml Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
CONTRIBUTING.md Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
CONTRIBUTORS Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
LICENSE Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
README.md Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
dce.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
doc.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
go.mod Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
hash.go upgrade to latest dependencies (#1207) 2021-02-09 10:04:50 -08:00
marshal.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
node.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
node_js.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
node_net.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
null.go upgrade to latest dependencies (#1413) 2021-08-04 02:46:24 -07:00
sql.go upgrade to latest dependencies (#1207) 2021-02-09 10:04:50 -08:00
time.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
util.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
uuid.go upgrade to latest dependencies (#1413) 2021-08-04 02:46:24 -07:00
version1.go Pin deps back to master (#1082) 2020-10-30 08:15:35 -07:00
version4.go upgrade to latest dependencies (#1413) 2021-08-04 02:46:24 -07:00

README.md

uuid build status

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

GoDoc

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