Skip to content

Commit aa254ad

Browse files
committed
chore(deps): Bumping deps
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
1 parent 1ec98e6 commit aa254ad

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.21.0
77
require (
88
github.com/ViBiOh/absto v1.7.3
99
github.com/ViBiOh/flags v1.4.1
10-
github.com/ViBiOh/httputils/v4 v4.68.0
10+
github.com/ViBiOh/httputils/v4 v4.68.1
1111
github.com/rabbitmq/amqp091-go v1.9.0
1212
go.opentelemetry.io/otel v1.19.0
1313
go.opentelemetry.io/otel/metric v1.19.0
@@ -18,7 +18,7 @@ require (
1818
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
1919
github.com/dustin/go-humanize v1.0.1 // indirect
2020
github.com/felixge/httpsnoop v1.0.3 // indirect
21-
github.com/go-logr/logr v1.2.4 // indirect
21+
github.com/go-logr/logr v1.3.0 // indirect
2222
github.com/go-logr/stdr v1.2.2 // indirect
2323
github.com/golang/protobuf v1.5.3 // indirect
2424
github.com/google/uuid v1.3.1 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ github.com/ViBiOh/absto v1.7.3 h1:iD5sOuo4IUBB1gFXMpZvC/X8GO+ieH0vzuzeqGggxuI=
22
github.com/ViBiOh/absto v1.7.3/go.mod h1:tq6sKoes+ps680QgD7si30grIewQpWd7+f31PxKNqcg=
33
github.com/ViBiOh/flags v1.4.1 h1:qEAO70rWTYcVlU9BgCuz0SgMjth12oi502cq3SHDudg=
44
github.com/ViBiOh/flags v1.4.1/go.mod h1:Ocgx/QhY7WYNfGokFT3kw5C05pDooQyLbI/9ZWwylI4=
5-
github.com/ViBiOh/httputils/v4 v4.68.0 h1:0HweaVvKdx6igccek1v4k9MIPBqArUgzdBtaHzsyTKE=
6-
github.com/ViBiOh/httputils/v4 v4.68.0/go.mod h1:7KTWHkVw50L+UG7XHK9mtPQpTHMPdDyWV0MY+cCNpqw=
5+
github.com/ViBiOh/httputils/v4 v4.68.1 h1:hz/XEBqYcrv/+eomAFbde/Ph2KPibEZ8UPCuuWZksu8=
6+
github.com/ViBiOh/httputils/v4 v4.68.1/go.mod h1:gHAIBbkHFKYIi72ZfoLmtW4GsGW7Gndi/mWALuFNki8=
77
github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=
88
github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
99
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=
@@ -18,8 +18,8 @@ github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+m
1818
github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=
1919
github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
2020
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
21-
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
22-
github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
21+
github.com/go-logr/logr v1.3.0 h1:2y3SDp0ZXuc6/cjLSZ+Q3ir+QB9T/iG5yYRXqsagWSY=
22+
github.com/go-logr/logr v1.3.0/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
2323
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
2424
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
2525
github.com/golang/glog v1.1.2 h1:DVjP2PbBOzHyzA+dn3WhHIq4NdVu3Q+pvivFICf/7fo=

0 commit comments

Comments
 (0)