Skip to content

Commit

Permalink
chore(deps): Fixing httputils
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Oct 22, 2023
1 parent 0f6600c commit 34aaacd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.0

require (
github.com/ViBiOh/flags v1.4.1
github.com/ViBiOh/httputils/v4 v4.67.0
github.com/ViBiOh/httputils/v4 v4.67.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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.67.0 h1:ZLtQ7r7NTfvy+59gAtXuvE0RFblZ7ggHClskqkAhdO8=
github.com/ViBiOh/httputils/v4 v4.67.0/go.mod h1:7KTWHkVw50L+UG7XHK9mtPQpTHMPdDyWV0MY+cCNpqw=
github.com/ViBiOh/httputils/v4 v4.67.1 h1:hpyU4dv6sfrN5T+ImMXfTz6soXCLb+7rusIL7sxaCGU=
github.com/ViBiOh/httputils/v4 v4.67.1/go.mod h1:7KTWHkVw50L+UG7XHK9mtPQpTHMPdDyWV0MY+cCNpqw=
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=
Expand Down

0 comments on commit 34aaacd

Please sign in to comment.