Skip to content

Commit

Permalink
Merge pull request #45 from lithammer/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/google/uuid-1.4.0
  • Loading branch information
lithammer committed Nov 1, 2023
2 parents eb58e8b + 616ee19 commit 3f480d4
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,5 +1,5 @@
module github.com/lithammer/shortuuid/v4

require github.com/google/uuid v1.3.1
require github.com/google/uuid v1.4.0

go 1.13
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.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=
github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 comments on commit 3f480d4

Please sign in to comment.