From 7e71a921b449f72eb968a70ac633de5578fbd8bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:04:48 +0000 Subject: [PATCH] chore(deps): bump github.com/jinzhu/now from 1.1.4 to 1.1.5 Bumps [github.com/jinzhu/now](https://github.com/jinzhu/now) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/jinzhu/now/releases) - [Commits](https://github.com/jinzhu/now/compare/v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: github.com/jinzhu/now dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 03f843799..85e4242a2 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.16 require ( github.com/jinzhu/inflection v1.0.0 - github.com/jinzhu/now v1.1.4 + github.com/jinzhu/now v1.1.5 ) diff --git a/go.sum b/go.sum index 50fbba2fc..bd6104c9b 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E= github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc= -github.com/jinzhu/now v1.1.4 h1:tHnRBy1i5F2Dh8BAFxqFzxKqqvezXrL2OW1TnX+Mlas= -github.com/jinzhu/now v1.1.4/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8= +github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ= +github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=