coredns/vendor/github.com/pborman/uuid
Miek Gieben 7e63bdbee8 dep ensure -update (#1001)
* dep ensure -update

Run "dep ensure -update` to update all dependencies.

No code changes; just the dependencies.

* dep prune

* add new venderod
2017-08-28 08:49:28 -07:00
..
.travis.yml dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
CONTRIBUTING.md dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
CONTRIBUTORS Update vendor with go dep 2017-04-28 09:14:54 -07:00
dce.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
doc.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
hash.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
marshal.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
marshal_test.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
node.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
README.md dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
seq_test.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
sql.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
sql_test.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
time.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
util.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
uuid.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
uuid_test.go dep ensure -update (#1001) 2017-08-28 08:49:28 -07:00
version1.go Update vendor with go dep 2017-04-28 09:14:54 -07:00
version4.go Update vendor with go dep 2017-04-28 09:14:54 -07: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