diff --git a/go.mod b/go.mod index 919994c..a2e82c6 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.21.0 require ( github.com/ViBiOh/absto v1.7.3 github.com/ViBiOh/flags v1.4.1 - github.com/ViBiOh/httputils/v4 v4.66.4 + github.com/ViBiOh/httputils/v4 v4.66.5 github.com/rabbitmq/amqp091-go v1.9.0 go.opentelemetry.io/otel v1.19.0 go.opentelemetry.io/otel/metric v1.19.0 diff --git a/go.sum b/go.sum index e704386..0945ef3 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/ViBiOh/absto v1.7.3 h1:iD5sOuo4IUBB1gFXMpZvC/X8GO+ieH0vzuzeqGggxuI= github.com/ViBiOh/absto v1.7.3/go.mod h1:tq6sKoes+ps680QgD7si30grIewQpWd7+f31PxKNqcg= 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.66.4 h1:lCS5FXAhEHD8nRxwUaRgvePrSRPYAsWXg8VZ48i899o= -github.com/ViBiOh/httputils/v4 v4.66.4/go.mod h1:/ZQGNMSVXvCdX127mp5iHaJ2ZN76nKPQ0vvGnta2KIc= +github.com/ViBiOh/httputils/v4 v4.66.5 h1:sP9h910UHa9St78i8/u5JrPBErPE4oYHu89V3PJwdoE= +github.com/ViBiOh/httputils/v4 v4.66.5/go.mod h1:/ZQGNMSVXvCdX127mp5iHaJ2ZN76nKPQ0vvGnta2KIc= github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM= github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=