From df4f35ea2c93f73005d16b561b168a8f14ad095d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:50:26 +0000 Subject: [PATCH] build(deps): bump github.com/xraph/grove/drivers/sqlitedriver Bumps [github.com/xraph/grove/drivers/sqlitedriver](https://github.com/xraph/grove) from 0.0.5 to 1.0.0. - [Release notes](https://github.com/xraph/grove/releases) - [Commits](https://github.com/xraph/grove/compare/v0.0.5...v1.0.0) --- updated-dependencies: - dependency-name: github.com/xraph/grove/drivers/sqlitedriver dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 ff35dcc..615f3a0 100644 --- a/go.mod +++ b/go.mod @@ -4,11 +4,11 @@ go 1.25.7 require ( github.com/xraph/forge v0.9.12 - github.com/xraph/go-utils v0.0.11 + github.com/xraph/go-utils v1.0.0 github.com/xraph/grove v0.0.5 github.com/xraph/grove/drivers/mongodriver v0.0.5 github.com/xraph/grove/drivers/pgdriver v0.0.5 - github.com/xraph/grove/drivers/sqlitedriver v0.0.5 + github.com/xraph/grove/drivers/sqlitedriver v1.0.0 github.com/xraph/vessel v0.0.5 go.jetify.com/typeid/v2 v2.0.0-alpha.3 go.mongodb.org/mongo-driver/v2 v2.5.0 diff --git a/go.sum b/go.sum index c1b5fff..c5b1a3c 100644 --- a/go.sum +++ b/go.sum @@ -283,16 +283,16 @@ 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.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/go-utils v1.0.0 h1:P1jOvtDlC5xZyGtnIhypFfPUBgpfyrwESY4TK4P2I5g= +github.com/xraph/go-utils v1.0.0/go.mod h1:yp+PD9dXSA7tA9Pxmuveg5E7Ht1iHIVov8yMvanMG7U= github.com/xraph/grove v0.0.5 h1:nnOOcyDWAcoQeiq6wqmn9Rp2MFNUgI/WD9sXfEBehFQ= github.com/xraph/grove v0.0.5/go.mod h1:qJZlWlB7tvgSGlQ/xGKz4Z966QKe42++a0K78rAsQZU= github.com/xraph/grove/drivers/mongodriver v0.0.5 h1:1vuPeCEXx61ubup3q8nJLyAfdN/KBnKlR26qjperogY= github.com/xraph/grove/drivers/mongodriver v0.0.5/go.mod h1:uQINab+XgJQgVyaE5qopZBWtJh7Apt738P5yID6lM4c= github.com/xraph/grove/drivers/pgdriver v0.0.5 h1:r7be8v7n4W5lUfim+WvLJmAQVnQU0jXQ1q4bfowuQ8w= github.com/xraph/grove/drivers/pgdriver v0.0.5/go.mod h1:gEo3jIMTnrcM2YiD32J+Dl/PuaM7kikYovp3qPws3S4= -github.com/xraph/grove/drivers/sqlitedriver v0.0.5 h1:GJTIWzUshE/0Ffm4ildhPE1pcGrQORff25vZBCwLu3o= -github.com/xraph/grove/drivers/sqlitedriver v0.0.5/go.mod h1:8p80mcAYOCk7424VjRXA3z3Gwvj3h5MtQNBlKQmREQU= +github.com/xraph/grove/drivers/sqlitedriver v1.0.0 h1:ZLFx8Jz3Hcg7fuTuFkTQC084CqeCFcFqwaK+W8PHlag= +github.com/xraph/grove/drivers/sqlitedriver v1.0.0/go.mod h1:AIyBtYUgMrtzrvtB6sHU/EyEEeRf/TPrgDGDV7uKpOQ= github.com/xraph/vessel v0.0.5 h1:vA/H+lB6MzBkvesysBVHRaBFtHxgVLTExCfuwWMJbjs= github.com/xraph/vessel v0.0.5/go.mod h1:t7UbkGensTnqpvda2gOnH2/lnAwnUpa5oEDFHwIqQ+k= github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 h1:ilQV1hzziu+LLM3zUTJ0trRztfwgjqKnBWNtSRkbmwM=