Update module google/uuid to v1.2.0

This commit is contained in:
Renovate Bot
2021-02-10 07:10:13 +00:00
parent a4f45a442d
commit 101a78bbf0
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.15
require (
github.com/gabriel-vasile/mimetype v1.1.2
github.com/google/uuid v1.1.5
github.com/google/uuid v1.2.0
github.com/minio/minio-go/v7 v7.0.8
github.com/unistack-org/micro/v3 v3.2.8
)