From 32d3e955bebaf85e3295329e0b8070440aa8fe13 Mon Sep 17 00:00:00 2001 From: Peter Lithammer Date: Tue, 12 Feb 2019 14:33:50 +0100 Subject: [PATCH] Bump github.com/google/uuid to v1.1.0 >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 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 292d0ad..fddd90c 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index db2574a..6cd099f 100644 --- a/go.sum +++ b/go.sum @@ -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=