Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#199)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-21 13:44:17 -07:00 committed by GitHub
parent 962387de08
commit 3d46ae3ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1
github.com/creack/pty v1.1.18
github.com/docker/docker v20.10.24+incompatible
github.com/google/uuid v1.3.0
github.com/google/uuid v1.3.1
github.com/microsoft/kiota-authentication-azure-go v1.0.0
github.com/microsoftgraph/msgraph-sdk-go v1.15.0
github.com/patrickmn/go-cache v2.1.0+incompatible