From c548e1f10e5edb9bb06aaa672700da6cee59f433 Mon Sep 17 00:00:00 2001 From: nrwiersma <644536+nrwiersma@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:43:09 +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 0218123..a8fd497 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hamba/testutils -go 1.25.11 +go 1.25.12 require ( github.com/ryanuber/go-glob v1.0.0