From c015564c1bf7d77df874f93bec5661fa6ac3d3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 07:07:04 +0000 Subject: [PATCH] build(deps): bump github.com/google/uuid from 1.1.1 to 1.6.0 Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.6.0. - [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.1.1...v1.6.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3332f5c..8f040a3 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/aws/aws-sdk-go v1.28.9 github.com/cenkalti/backoff v2.2.1+incompatible // indirect github.com/google/subcommands v1.2.0 - github.com/google/uuid v1.1.1 + github.com/google/uuid v1.6.0 github.com/gorilla/mux v1.7.3 github.com/hashicorp/logutils v1.0.0 github.com/kayac/go-config v0.1.0