From 1332410890476a24212a05a87b6c823b11551308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Mar 2021 05:06:08 +0000 Subject: [PATCH] chore(deps): bump github.com/ViBiOh/mailer from 1.16.3 to 1.16.4 Bumps [github.com/ViBiOh/mailer](https://github.com/ViBiOh/mailer) from 1.16.3 to 1.16.4. - [Release notes](https://github.com/ViBiOh/mailer/releases) - [Commits](https://github.com/ViBiOh/mailer/compare/v1.16.3...v1.16.4) Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index ed72f5d0..053af17f 100644 --- a/go.mod +++ b/go.mod @@ -5,8 +5,8 @@ go 1.16 require ( github.com/DATA-DOG/go-sqlmock v1.5.0 github.com/ViBiOh/auth/v2 v2.6.11 - github.com/ViBiOh/httputils/v4 v4.4.0 - github.com/ViBiOh/mailer v1.16.3 + github.com/ViBiOh/httputils/v4 v4.5.1 + github.com/ViBiOh/mailer v1.16.4 github.com/lib/pq v1.10.0 github.com/prometheus/client_golang v1.10.0 gopkg.in/yaml.v2 v2.4.0 diff --git a/go.sum b/go.sum index 76b84991..8d1dda9d 100644 --- a/go.sum +++ b/go.sum @@ -8,10 +8,11 @@ github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWX github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/ViBiOh/auth/v2 v2.6.11 h1:fBXOib0mR5v7X+ZHidV+wCX5Ep0yZqI6t6xzp/pC+FY= github.com/ViBiOh/auth/v2 v2.6.11/go.mod h1:vZzRjYN0G89mi8W5i4GhKfEmL9XnFPh+TFa7Xd8TeTY= -github.com/ViBiOh/httputils/v4 v4.4.0 h1:+mJ6pyoUp4Xzy/mu2rb0+tO/rRrOFb+705hAna9XrMo= github.com/ViBiOh/httputils/v4 v4.4.0/go.mod h1:Lck0W7mKmGvqZOof/QokuJDJv4OuCKve6TRe6NrEy5U= -github.com/ViBiOh/mailer v1.16.3 h1:Bwl4LQgUB1uXXus4uLNDbs1zw/HH2CKcn2rnycKK1l8= -github.com/ViBiOh/mailer v1.16.3/go.mod h1:fmcGzCWgMSN/Qpcp6evr2sJNU9JCxC0773E4WZL40hI= +github.com/ViBiOh/httputils/v4 v4.5.1 h1:RHO/7eGUJPpPh1ApjWw5xz0+RKkmmHt61otYyjka1uw= +github.com/ViBiOh/httputils/v4 v4.5.1/go.mod h1:Lck0W7mKmGvqZOof/QokuJDJv4OuCKve6TRe6NrEy5U= +github.com/ViBiOh/mailer v1.16.4 h1:YTgdg8rInvUqJUd5s/xQH2ugNQBWsfFDBnPGd87l8cw= +github.com/ViBiOh/mailer v1.16.4/go.mod h1:+lPulY4eWAtX0Os3pMzpejMEQpx8w9JLJjyhlCrKso8= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=