Use gofrs/uuid instead of satori/go.uuid

The satori package appears to be unmaintained.  The gofrs package is a
fork that is actively maintained by a larger group of Go developers.
This commit is contained in:
Cameron Moore 2019-12-18 21:04:35 -06:00
parent 7b87d6092f
commit 8ff3848ea3
16 changed files with 1019 additions and 578 deletions

15
vendor/github.com/gofrs/uuid/.gitignore generated vendored Normal file
View file

@ -0,0 +1,15 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# binary bundle generated by go-fuzz
uuid-fuzz.zip