From c98af01b554f8dde625ef18a4ae7ea55eb95e960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:04:32 +0000 Subject: [PATCH] chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 in /tests Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.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.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index fda50bbb..c4a17fbf 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/go-sql-driver/mysql v1.7.1 // indirect - github.com/google/uuid v1.3.1 + github.com/google/uuid v1.4.0 github.com/jackc/pgx/v5 v5.4.3 // indirect github.com/jinzhu/now v1.1.5 github.com/lib/pq v1.10.9