From 4b0ad0739338e8f7de835381436caca9ac916b72 Mon Sep 17 00:00:00 2001 From: Masayoshi Mizutani Date: Thu, 4 Apr 2024 14:29:34 +0900 Subject: [PATCH] Update google/uuid dependency to v1.6.0 in go.mod and go.sum --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 04d449a..3ce57eb 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 3dfe1c9..7790d7c 100644 --- a/go.sum +++ b/go.sum @@ -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=