From 3e63a6cf48e2783c38eb37b1920100eb33f745f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 19:58:52 +0000 Subject: [PATCH] build(deps): bump github.com/xraph/forge in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [github.com/xraph/forge](https://github.com/xraph/forge). Updates `github.com/xraph/forge` from 0.9.10 to 0.9.12 - [Release notes](https://github.com/xraph/forge/releases) - [Changelog](https://github.com/xraph/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/xraph/forge/compare/v0.9.10...v0.9.12) --- updated-dependencies: - dependency-name: github.com/xraph/forge dependency-version: 0.9.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3fe44d3..5c35b6f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.7 require ( github.com/uptrace/bun v1.2.16 - github.com/xraph/forge v0.9.10 + github.com/xraph/forge v0.9.12 github.com/xraph/go-utils v0.0.11 github.com/xraph/vessel v0.0.5 go.jetify.com/typeid/v2 v2.0.0-alpha.3 diff --git a/go.sum b/go.sum index d97aab5..b4fdbef 100644 --- a/go.sum +++ b/go.sum @@ -268,8 +268,8 @@ github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= github.com/xraph/confy v0.0.3 h1:IaTxV0wyQx61amDFdK/tJwfQDGT1z3lHRL8V+NDZxjU= github.com/xraph/confy v0.0.3/go.mod h1:/uhVfKibPR+kn7MI9LkVVekk84NP0sxsKZ9sFQoQ5Kc= -github.com/xraph/forge v0.9.10 h1:2egxkKm84ENey6heYZOXqcOGbMMMH6h3hL2I9pU7Vpc= -github.com/xraph/forge v0.9.10/go.mod h1:vfQITXo/Bwzm5hqRu2fQqyX3bPX3FMY2wFlXIIEKeKY= +github.com/xraph/forge v0.9.12 h1:kGG/dcEYdnmlZ7Y8SmY5thlbYUC1ILOtPP6IeTPG8UI= +github.com/xraph/forge v0.9.12/go.mod h1:0gzPIRmaamrJ3uKHgsL5FDjCatig5ahRO1Ds/ZheaYE= github.com/xraph/go-utils v0.0.11 h1:9CT0l4yQ8RWIQJmFQcxjA1cb8Re2fHxJPDNmdmG8Vz8= github.com/xraph/go-utils v0.0.11/go.mod h1:yp+PD9dXSA7tA9Pxmuveg5E7Ht1iHIVov8yMvanMG7U= github.com/xraph/vessel v0.0.5 h1:vA/H+lB6MzBkvesysBVHRaBFtHxgVLTExCfuwWMJbjs=