From fd15b611011b57a03abd91a10a206d3669eded1a Mon Sep 17 00:00:00 2001 From: nrwiersma <644536+nrwiersma@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:55:12 +0000 Subject: [PATCH] chore(deps): fix vulnerabilities reported by govulncheck --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 015d208..a59af31 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hamba/cmd/v3 -go 1.25.11 +go 1.25.12 require ( github.com/ettle/strcase v0.2.0