From bb20160e4fef826fbc386dd0f31dfc5e608ff024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:50:22 +0000 Subject: [PATCH] build(deps): bump github.com/xraph/grove/drivers/pgdriver Bumps [github.com/xraph/grove/drivers/pgdriver](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/pgdriver 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..cbc887d 100644 --- a/go.mod +++ b/go.mod @@ -4,10 +4,10 @@ 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/pgdriver v1.0.0 github.com/xraph/grove/drivers/sqlitedriver v0.0.5 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 c1b5fff..29ebcba 100644 --- a/go.sum +++ b/go.sum @@ -283,14 +283,14 @@ 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/pgdriver v1.0.0 h1:/fhB6zFvx5o1hEZnD1s8eczZY/41h1qT0zD5aZQTMak= +github.com/xraph/grove/drivers/pgdriver v1.0.0/go.mod h1:ogSHbP1rbZO/5UnfYWhBzrRlEtwH4V4T0hrl/8GlTzU= 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/vessel v0.0.5 h1:vA/H+lB6MzBkvesysBVHRaBFtHxgVLTExCfuwWMJbjs=