Skip to content

Commit

Permalink
Merge pull request #4 from m-mizutani/update/go-pkg/20240404
Browse files Browse the repository at this point in the history
Update google/uuid dependency to v1.6.0 in go.mod and go.sum
  • Loading branch information
m-mizutani authored Apr 4, 2024
2 parents 1a802df + 4b0ad07 commit c8adef3
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
Expand Up @@ -2,4 +2,4 @@ module github.com/m-mizutani/goerr

go 1.21

require github.com/google/uuid v1.3.0
require github.com/google/uuid v1.6.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.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

0 comments on commit c8adef3

Please sign in to comment.