From 0f8e86159765ac6b048ce259667eed2defbc43e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:40:03 +0800 Subject: [PATCH] Bump github.com/jinzhu/now from 1.1.2 to 1.1.3 in /tests (#4866) Bumps [github.com/jinzhu/now](https://github.com/jinzhu/now) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/jinzhu/now/releases) - [Commits](https://github.com/jinzhu/now/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: github.com/jinzhu/now dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/go.mod b/tests/go.mod index e321d3d8..43c580f6 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -4,7 +4,7 @@ go 1.14 require ( github.com/google/uuid v1.3.0 - github.com/jinzhu/now v1.1.2 + github.com/jinzhu/now v1.1.3 github.com/lib/pq v1.10.4 gorm.io/driver/mysql v1.1.3 gorm.io/driver/postgres v1.2.2