From ee1a9110a0b2d9278b7ba2ecdd470ba13ade8dd1 Mon Sep 17 00:00:00 2001 From: nrwiersma <644536+nrwiersma@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:52:39 +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 5f50fdc..6ee833d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hamba/pkg/v2 -go 1.25.11 +go 1.25.12 require ( github.com/hamba/logger/v2 v2.10.0