From e5868417aed4b0bb6376e25125a5e7a076ad6d36 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Mon, 21 Aug 2023 10:16:17 +0200 Subject: [PATCH] chore(deps): Bumping httputils Signed-off-by: Vincent Boutour --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4af0e550..3baf3b92 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/ViBiOh/auth/v2 v2.15.2 github.com/ViBiOh/exas v0.7.1 github.com/ViBiOh/flags v1.3.1 - github.com/ViBiOh/httputils/v4 v4.63.3 + github.com/ViBiOh/httputils/v4 v4.63.4 github.com/ViBiOh/vith v0.6.0 github.com/rabbitmq/amqp091-go v1.8.1 github.com/redis/go-redis/v9 v9.1.0 diff --git a/go.sum b/go.sum index 49f75cc8..d1c0b0f0 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/ViBiOh/exas v0.7.1 h1:nzh6E1668OFRgoTIJZJa1RybCW64Gd918qi0Z+0Q4WA= github.com/ViBiOh/exas v0.7.1/go.mod h1:MvIWQZXpWgg45Vsde9bMV48Kb0J8frya8vimmrkQ04E= github.com/ViBiOh/flags v1.3.1 h1:OHkGtVBPb6CpgWUST1VS9heKvHWBgwpyM8fXnuJRRVU= github.com/ViBiOh/flags v1.3.1/go.mod h1:yQAIBf4HTymJDCF0Bl8QQHvQTr5uiUMQBa/A/ao1oM4= -github.com/ViBiOh/httputils/v4 v4.63.3 h1:nkoJrxdvEaHtf7/76YVAy8/F7G5mfssAhLUNKn+zqJg= -github.com/ViBiOh/httputils/v4 v4.63.3/go.mod h1:Kx0R7H2NGQ7wUDGnSg5idi2D3TDDIJB6GiTOMERO1C8= +github.com/ViBiOh/httputils/v4 v4.63.4 h1:FJ+hpWFgmhcdYCvAHLdc54pPQbhgKq7asZaGfPPlHSw= +github.com/ViBiOh/httputils/v4 v4.63.4/go.mod h1:Kx0R7H2NGQ7wUDGnSg5idi2D3TDDIJB6GiTOMERO1C8= github.com/ViBiOh/vith v0.6.0 h1:bdLmwgqUEWi3ivShtAhtM9gOZlWQzvZi2Z5b0BRSB1U= github.com/ViBiOh/vith v0.6.0/go.mod h1:eRqtDU2uB8g85vll4spbnCV93DHyHNAYwXCMIBH1GuQ= github.com/bsm/ginkgo/v2 v2.7.0/go.mod h1:AiKlXPm7ItEHNc/2+OkrNG4E0ITzojb9/xWzvQ9XZ9w=