From 52ebb2c79908a15e04c8a76fb4f4d391b8889c13 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Mon, 11 Dec 2023 10:41:17 +0100 Subject: [PATCH] fix: Fixing amqp crash 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 c7362843..e5893720 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/ViBiOh/auth/v2 v2.17.0 github.com/ViBiOh/exas v0.7.1 github.com/ViBiOh/flags v1.4.1 - github.com/ViBiOh/httputils/v4 v4.69.7 + github.com/ViBiOh/httputils/v4 v4.69.8 github.com/ViBiOh/vith v0.6.0 github.com/rabbitmq/amqp091-go v1.9.0 github.com/redis/go-redis/v9 v9.3.0 diff --git a/go.sum b/go.sum index 049fb03a..5e52722d 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.4.1 h1:qEAO70rWTYcVlU9BgCuz0SgMjth12oi502cq3SHDudg= github.com/ViBiOh/flags v1.4.1/go.mod h1:Ocgx/QhY7WYNfGokFT3kw5C05pDooQyLbI/9ZWwylI4= -github.com/ViBiOh/httputils/v4 v4.69.7 h1:ym0h+sfijpGJzSO/OV2jyWXRDSIAcsbsq43f8GBCdCI= -github.com/ViBiOh/httputils/v4 v4.69.7/go.mod h1:aq8n2p2/u/IqYBLcvGnFVDrkqJKByovOlFR7yb2mdKY= +github.com/ViBiOh/httputils/v4 v4.69.8 h1:9pkBQMeDJP5uGdMRA9GUHVcE0SIjN7EtetuN+9GNr50= +github.com/ViBiOh/httputils/v4 v4.69.8/go.mod h1:aq8n2p2/u/IqYBLcvGnFVDrkqJKByovOlFR7yb2mdKY= 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=