From d36850407d88f2a22e142545f7fc3b4c96ad466c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Nov 2020 05:04:58 +0000 Subject: [PATCH] chore(deps): bump github.com/ViBiOh/httputils/v3 from 3.32.1 to 3.33.0 Bumps [github.com/ViBiOh/httputils/v3](https://github.com/ViBiOh/httputils) from 3.32.1 to 3.33.0. - [Release notes](https://github.com/ViBiOh/httputils/releases) - [Commits](https://github.com/ViBiOh/httputils/compare/v3.32.1...v3.33.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1c82bbd..efadfb8 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/ViBiOh/deploy go 1.15 require ( - github.com/ViBiOh/httputils/v3 v3.32.1 + github.com/ViBiOh/httputils/v3 v3.33.0 github.com/ViBiOh/mailer v1.9.1 ) diff --git a/go.sum b/go.sum index 5195598..108eaa6 100644 --- a/go.sum +++ b/go.sum @@ -7,6 +7,8 @@ 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/httputils/v3 v3.32.1 h1:DW6/scwCakIcwmAmmFbxwSZ8O2vk5dA8OPyzaJXk52k= github.com/ViBiOh/httputils/v3 v3.32.1/go.mod h1:ffTlN9fluR9rndw60Y171UwoaZ0rSGqvdlpoTwHuHkQ= +github.com/ViBiOh/httputils/v3 v3.33.0 h1:fXlmDRRvSN/tP1S4Kg4uUgzjGuidvO2smWuGUF74hXw= +github.com/ViBiOh/httputils/v3 v3.33.0/go.mod h1:ffTlN9fluR9rndw60Y171UwoaZ0rSGqvdlpoTwHuHkQ= github.com/ViBiOh/mailer v1.9.1 h1:KlSkBMrq4ux3gwsbprlZdULM1zXHj4M1lLsthsrpG7o= github.com/ViBiOh/mailer v1.9.1/go.mod h1:y/dOfhqNcb0iyMBRwOvCjWS6Lncd9IiR8mdqO8+Te1M= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g=