Skip to content

Commit

Permalink
Bump github.com/google/uuid to v1.1.0
Browse files Browse the repository at this point in the history
>This release includes the MustParse as well as parsing of
>
>Microsoft encoding {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
>Raw hex encoding: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.

https://github.com/google/uuid/releases/tag/v1.1.0
  • Loading branch information
lithammer committed Feb 12, 2019
1 parent 3d7d0e9 commit 32d3e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/lithammer/shortuuid

require github.com/google/uuid v1.0.0
require github.com/google/uuid v1.1.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/google/uuid v1.0.0 h1:b4Gk+7WdP/d3HZH8EJsZpvV7EtDOgaZLtnaNGIu1adA=
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.1.0 h1:Jf4mxPC/ziBnoPIdpQdPJ9OeiomAUHLvxmPRSPH9m4s=
github.com/google/uuid v1.1.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 comments on commit 32d3e95

Please sign in to comment.