OSDN Git Service

add uuid to vendor
authorpaladz <453256728@qq.com>
Wed, 1 Nov 2017 08:58:16 +0000 (16:58 +0800)
committerpaladz <453256728@qq.com>
Wed, 1 Nov 2017 08:58:16 +0000 (16:58 +0800)
commitcc01e47627aaae4a6cd20b906307ffe5bc7fe330
treeca1dbce1df6000077d4b419fd7f1cdad3639fda9
parent6d9f75f042f557086a66a2da98c20531f1cfae14
add uuid to vendor
20 files changed:
vendor/github.com/pborman/uuid/.travis.yml [new file with mode: 0644]
vendor/github.com/pborman/uuid/CONTRIBUTING.md [new file with mode: 0644]
vendor/github.com/pborman/uuid/CONTRIBUTORS [new file with mode: 0644]
vendor/github.com/pborman/uuid/LICENSE [new file with mode: 0644]
vendor/github.com/pborman/uuid/README.md [new file with mode: 0644]
vendor/github.com/pborman/uuid/dce.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/doc.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/hash.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/marshal.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/marshal_test.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/node.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/seq_test.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/sql.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/sql_test.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/time.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/util.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/uuid.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/uuid_test.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/version1.go [new file with mode: 0644]
vendor/github.com/pborman/uuid/version4.go [new file with mode: 0644]