From dc9b1e741e0f47ce89a7d0efc6527d83ce899e3c Mon Sep 17 00:00:00 2001 From: nrwiersma <644536+nrwiersma@users.noreply.github.com> Date: Tue, 9 Jun 2026 05:24:32 +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 d1a14a3..0218123 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hamba/testutils -go 1.25.0 +go 1.25.11 require ( github.com/ryanuber/go-glob v1.0.0