From 80fe4e8c96a320c0ab233610e66f57e8b7f83260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:09:44 +0000 Subject: [PATCH] build(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [github.com/xraph/forge](https://github.com/xraph/forge) and [github.com/xraph/forgeui](https://github.com/xraph/forgeui). Updates `github.com/xraph/forge` from 1.4.1 to 1.4.2 - [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/v1.4.1...v1.4.2) Updates `github.com/xraph/forgeui` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/xraph/forgeui/releases) - [Changelog](https://github.com/xraph/forgeui/blob/main/CHANGELOG.md) - [Commits](https://github.com/xraph/forgeui/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/xraph/forge dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/xraph/forgeui dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 3fed5eb..b03ecf8 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,8 @@ go 1.25.7 require ( github.com/a-h/templ v0.3.1001 - github.com/xraph/forge v1.4.1 - github.com/xraph/forgeui v1.4.0 + github.com/xraph/forge v1.4.2 + github.com/xraph/forgeui v1.4.1 github.com/xraph/go-utils v1.1.0 github.com/xraph/grove v1.4.1 github.com/xraph/grove/drivers/mongodriver v1.4.1 diff --git a/go.sum b/go.sum index 11f9aea..143e278 100644 --- a/go.sum +++ b/go.sum @@ -306,10 +306,10 @@ github.com/xdg-go/stringprep v1.0.4 h1:XLI/Ng3O1Atzq0oBs3TWm+5ZVgkq2aqdlvP9JtoZ6 github.com/xdg-go/stringprep v1.0.4/go.mod h1:mPGuuIYwz7CmR2bT9j4GbQqutWS1zV24gijq1dTyGkM= github.com/xraph/confy v0.5.0 h1:7dK3hx3MQKlNPK9mFSm07iyU05kUnx6um8d86/gyajg= github.com/xraph/confy v0.5.0/go.mod h1:/uhVfKibPR+kn7MI9LkVVekk84NP0sxsKZ9sFQoQ5Kc= -github.com/xraph/forge v1.4.1 h1:t3iNgUD/HAO3RTZ7iXW7liPtHUZiXrFSXNJxuywsBys= -github.com/xraph/forge v1.4.1/go.mod h1:8l01zwc4kjAOE9w6Jjb5G8+aDPIbris7XIrXm7ZUs3w= -github.com/xraph/forgeui v1.4.0 h1:RhpRbecimGCSDf0XQnJhl5PmQjbxrF5M2PGEk6F60sg= -github.com/xraph/forgeui v1.4.0/go.mod h1:rH/+wb1tt2pXSHotWAvoP+Lt846xlIjuwPDSpS5K5mw= +github.com/xraph/forge v1.4.2 h1:5exgEAkbRR/OEbJy1q0R0E26EGuS/416qNbmbCtfVa4= +github.com/xraph/forge v1.4.2/go.mod h1:Il5MLHm1npOC2UCZwDEd4E4p7lEDqlsg2pJ3W4nOQSo= +github.com/xraph/forgeui v1.4.1 h1:LHK1t/sZ+9zL+MNUZralO9/rc0f5UCa19dpbWTuRMNg= +github.com/xraph/forgeui v1.4.1/go.mod h1:rH/+wb1tt2pXSHotWAvoP+Lt846xlIjuwPDSpS5K5mw= github.com/xraph/go-utils v1.1.0 h1:bPO4C/mwm0I5ZZa3RxbwUqKhy3Vnxvm3s98vmX8CrjY= github.com/xraph/go-utils v1.1.0/go.mod h1:tZN4SuGy9otCo6dETp7Cvkgyiy0BvaJaZbTBv4Euvo4= github.com/xraph/grove v1.4.1 h1:q2Q9ntwtIpgJUM2+c525/PV4xW4hGUcoud9W+09sa78=