diff --git a/go.mod b/go.mod index 6789994..4e57a20 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/lithammer/shortuuid/v3 -require github.com/google/uuid v1.1.2 +require github.com/google/uuid v1.2.0 go 1.13 diff --git a/go.sum b/go.sum index c8547fe..a4d2b5e 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.2.0 h1:qJYtXnJRWmpe7m/3XlyhrsLrEURqHRM2kxzoxXqyUDs= +github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=