From 6b83941c359d7c3986bd8c56bab198755239fed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jun 2021 11:07:06 +0000 Subject: [PATCH] chore(deps): bump github.com/ViBiOh/auth/v2 from 2.8.7 to 2.8.8 Bumps [github.com/ViBiOh/auth/v2](https://github.com/ViBiOh/auth) from 2.8.7 to 2.8.8. - [Release notes](https://github.com/ViBiOh/auth/releases) - [Commits](https://github.com/ViBiOh/auth/compare/v2.8.7...v2.8.8) --- updated-dependencies: - dependency-name: github.com/ViBiOh/auth/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 06a680e6..fad9e154 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/DATA-DOG/go-sqlmock v1.5.0 - github.com/ViBiOh/auth/v2 v2.8.7 + github.com/ViBiOh/auth/v2 v2.8.8 github.com/ViBiOh/httputils/v4 v4.14.3 github.com/ViBiOh/mailer v1.20.2 github.com/lib/pq v1.10.2 diff --git a/go.sum b/go.sum index 8a53d74c..e2711411 100644 --- a/go.sum +++ b/go.sum @@ -1,9 +1,8 @@ cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= -github.com/ViBiOh/auth/v2 v2.8.7 h1:OwtOC7r64n1P8hYvdBGYHR2zQonO9BPdUTP0N7Hd8xg= -github.com/ViBiOh/auth/v2 v2.8.7/go.mod h1:VLVA0m0mv26fGNQCOiKev9j3aM3U+SaKh0E7B9U52B8= -github.com/ViBiOh/httputils/v4 v4.14.2/go.mod h1:jDIAVfCqDrHTMITjtQpn2glCLXfDeaIKrrkbLLa8tpQ= +github.com/ViBiOh/auth/v2 v2.8.8 h1:uPf/7pzOWqPgX/+EZlFbr/5DKQ9KFmLyS2LdQiGXb2A= +github.com/ViBiOh/auth/v2 v2.8.8/go.mod h1:EGglgJnMtYlg2A3gsJ0JPq/f4eKmgO0w/VnCEcysN2g= github.com/ViBiOh/httputils/v4 v4.14.3 h1:6Y0r0BEHWaJkNWM9Ltx15E2w8K9ImU8D7uhSKlHQt9g= github.com/ViBiOh/httputils/v4 v4.14.3/go.mod h1:jDIAVfCqDrHTMITjtQpn2glCLXfDeaIKrrkbLLa8tpQ= github.com/ViBiOh/mailer v1.20.2 h1:APj2yGFFDGf8uN3sn8e0djDnV0h1Ft0QeqHx40XDHiY=