-
- Downloads
Update module github.com/pborman/uuid to v1.2.1
parent
d82bb811
No related branches found
No related tags found
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- vendor/github.com/pborman/uuid/time.go 1 addition, 1 deletionvendor/github.com/pborman/uuid/time.go
- vendor/github.com/pborman/uuid/version4.go 1 addition, 1 deletionvendor/github.com/pborman/uuid/version4.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | @@ -8,7 +8,7 @@ require ( | ... | @@ -8,7 +8,7 @@ require ( |
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect | ||
github.com/google/go-cmp v0.3.1 | github.com/google/go-cmp v0.3.1 | ||
github.com/google/uuid v1.1.1 // indirect | github.com/google/uuid v1.1.1 // indirect | ||
github.com/pborman/uuid v1.2.0 | github.com/pborman/uuid v1.2.1 | ||
github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d | github.com/syndtr/goleveldb v0.0.0-20190923125748-758128399b1d | ||
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect | golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect | ||
) | ) |
Please register or sign in to comment