diff --git a/go.mod b/go.mod index d6989b5..b064e42 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/ViBiOh/absto v1.2.5 github.com/ViBiOh/flags v1.2.0 - github.com/ViBiOh/httputils/v4 v4.53.5 + github.com/ViBiOh/httputils/v4 v4.53.6 github.com/prometheus/client_golang v1.14.0 github.com/streadway/amqp v1.0.0 go.opentelemetry.io/otel/trace v1.13.0 diff --git a/go.sum b/go.sum index 36fc173..99fddcb 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/ViBiOh/absto v1.2.5 h1:gA64RwGkme+y4mp9k/27jGa41qoxBPXwdCyeCYi0+ns= github.com/ViBiOh/absto v1.2.5/go.mod h1:/gCo2DPI+bb6bV4GyuQN44b6LF/zX+/CrFwaRUTXv88= github.com/ViBiOh/flags v1.2.0 h1:DaujjNXzD29KxKyp4eZdn7c9+uBN5DokWgDAe7DcUmc= github.com/ViBiOh/flags v1.2.0/go.mod h1:UyMB5zeD/aId7Xw3x7577ZNU298JmukzOcV8p/H2W1s= -github.com/ViBiOh/httputils/v4 v4.53.5 h1:QR12amZMOWa3UeQdkJNy7LLaq45DICJUlJWVfXCGbNc= -github.com/ViBiOh/httputils/v4 v4.53.5/go.mod h1:5SL83L5WmptFsICyc+OUyqHqhkmZ0lD0I7wZSt3453c= +github.com/ViBiOh/httputils/v4 v4.53.6 h1:dNr++RNUxsnIgLU+RF1IG1MiURM9qvL3srwCPOIQ9Ws= +github.com/ViBiOh/httputils/v4 v4.53.6/go.mod h1:5SL83L5WmptFsICyc+OUyqHqhkmZ0lD0I7wZSt3453c= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=