cri-o/vendor/github.com/pborman/uuid
Nalin Dahyabhai caee4a99c9 Vendor containers/image and containers/storage
Vendor updated containers/image and containers/storage, along
with any new dependencies they drag in, and updated versions of other
dependencies that happen to get pulled in.

github.com/coreos/go-systemd/daemon/SdNotify() now takes a boolean to
control whether or not it unsets the NOTIFY_SOCKET variable from the
calling process's environment.  Adapt.

github.com/opencontainers/runtime-tools/generate/Generator.AddProcessEnv()
now takes the environment variable name and value as two arguments, not
one.  Adapt.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-01-18 10:21:59 -05:00
..
.travis.yml Build and install from GOPATH 2017-01-17 12:09:09 -08:00
CONTRIBUTING.md Build and install from GOPATH 2017-01-17 12:09:09 -08:00
CONTRIBUTORS Build and install from GOPATH 2017-01-17 12:09:09 -08:00
dce.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
doc.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
hash.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
LICENSE Build and install from GOPATH 2017-01-17 12:09:09 -08:00
marshal.go Vendor containers/image and containers/storage 2017-01-18 10:21:59 -05:00
node.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
README.md Vendor containers/image and containers/storage 2017-01-18 10:21:59 -05:00
sql.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
time.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
util.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
uuid.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
version1.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
version4.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00

This project was automatically exported from code.google.com/p/go-uuid

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

Install

go get github.com/pborman/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://godoc.org/github.com/pborman/uuid