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=