From e411c6f03f0cb94713fcf2b35151504e3c105794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:30:00 +0000 Subject: [PATCH] fix(deps): update module github.com/theopenlane/echox to v0.2.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 77bba55..bbf875f 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,6 @@ require ( github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/mazrean/formstream v1.1.2 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect - github.com/theopenlane/echox v0.2.1 + github.com/theopenlane/echox v0.2.4 gopkg.in/yaml.v3 v3.0.1 // indirect )