Skip to content

Commit 28d5d52

Browse files
committed
chore(deps): Bumping httputils to fix tracing
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent b0c940a commit 28d5d52

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/ViBiOh/absto v1.0.8
77
github.com/ViBiOh/flags v1.2.0
8-
github.com/ViBiOh/httputils/v4 v4.49.1
8+
github.com/ViBiOh/httputils/v4 v4.49.2
99
github.com/prometheus/client_golang v1.13.0
1010
github.com/streadway/amqp v1.0.0
1111
go.opentelemetry.io/otel/trace v1.10.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ github.com/ViBiOh/absto v1.0.8 h1:v7o4zVZJ1idcSm6VqztSI2joMvTPszjtY3E/3d/4qPc=
3737
github.com/ViBiOh/absto v1.0.8/go.mod h1:PpNf1Ajiwdd2lZ93WEsA09QaGlRFauFRVibeTn0TV54=
3838
github.com/ViBiOh/flags v1.2.0 h1:DaujjNXzD29KxKyp4eZdn7c9+uBN5DokWgDAe7DcUmc=
3939
github.com/ViBiOh/flags v1.2.0/go.mod h1:UyMB5zeD/aId7Xw3x7577ZNU298JmukzOcV8p/H2W1s=
40-
github.com/ViBiOh/httputils/v4 v4.49.1 h1:DOri21C9cGmNWW22cX+oVCfCx/PFA16odSx2SQ86Dfg=
41-
github.com/ViBiOh/httputils/v4 v4.49.1/go.mod h1:az+bpwxGelymOsvdp0ZUNbGXdkjjjQXTuKIMFT78bmY=
40+
github.com/ViBiOh/httputils/v4 v4.49.2 h1:sfchcv1EWexucawsIP1Ik/HfWtXORoa0arMjNvUaM1A=
41+
github.com/ViBiOh/httputils/v4 v4.49.2/go.mod h1:az+bpwxGelymOsvdp0ZUNbGXdkjjjQXTuKIMFT78bmY=
4242
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
4343
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
4444
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=

0 commit comments

Comments
 (0)