From b608b62edd97f36047a146f623b97add5fa605b0 Mon Sep 17 00:00:00 2001 From: nrwiersma <644536+nrwiersma@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:41:57 +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