caee4a99c9
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>
13 lines
658 B
Markdown
13 lines
658 B
Markdown
This project was automatically exported from code.google.com/p/go-uuid
|
|
|
|
# uuid ![build status](https://travis-ci.org/pborman/uuid.svg?branch=master)
|
|
The uuid package generates and inspects UUIDs based on [RFC 4122](http://tools.ietf.org/html/rfc4122) and DCE 1.1: Authentication and Security Services.
|
|
|
|
###### Install
|
|
`go get github.com/pborman/uuid`
|
|
|
|
###### Documentation
|
|
[![GoDoc](https://godoc.org/github.com/pborman/uuid?status.svg)](http://godoc.org/github.com/pborman/uuid)
|
|
|
|
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
|