From a9c41b0ce107267ad4386dcf3b5d99783867addf Mon Sep 17 00:00:00 2001 From: Christopher Plieger <917744+cplieger@users.noreply.github.com> Date: Sun, 26 Jul 2026 13:07:43 +0000 Subject: [PATCH] chore(deps): update module github.com/cplieger/httpx/v3 to v4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fb5fd5a..6a2970d 100644 --- a/go.mod +++ b/go.mod @@ -28,4 +28,4 @@ require ( github.com/cplieger/runesafe v1.2.1 ) -require github.com/cplieger/httpx/v3 v3.2.0 // indirect +require github.com/cplieger/httpx/v4 v4.1.0 // indirect