From 819a8ba76eee3e67b3c3d9ab3793f577185b4f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:47:00 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 2 updates Bumps the minor-and-patch group with 2 updates: [github.com/xraph/grove](https://github.com/xraph/grove) and [github.com/xraph/grove/drivers/pgdriver](https://github.com/xraph/grove). Updates `github.com/xraph/grove` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/xraph/grove/releases) - [Commits](https://github.com/xraph/grove/compare/v1.5.3...v1.5.4) Updates `github.com/xraph/grove/drivers/pgdriver` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/xraph/grove/releases) - [Commits](https://github.com/xraph/grove/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: github.com/xraph/grove dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: github.com/xraph/grove/drivers/pgdriver dependency-version: 1.5.4 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 b14fc89..6e6edd9 100644 --- a/go.mod +++ b/go.mod @@ -12,8 +12,8 @@ require ( github.com/testcontainers/testcontainers-go/modules/postgres v0.42.0 github.com/testcontainers/testcontainers-go/modules/redis v0.42.0 github.com/xraph/forge v1.7.0 - github.com/xraph/grove v1.5.3 - github.com/xraph/grove/drivers/pgdriver v1.5.3 + github.com/xraph/grove v1.5.4 + github.com/xraph/grove/drivers/pgdriver v1.5.4 go.opentelemetry.io/otel v1.44.0 go.opentelemetry.io/otel/trace v1.44.0 ) diff --git a/go.sum b/go.sum index e07ab22..edd9ac7 100644 --- a/go.sum +++ b/go.sum @@ -384,10 +384,10 @@ github.com/xraph/forge v1.7.0 h1:Jt6DGizIFIq51CcL+3laKuYKc8Kqmmx9F6mtlnLJSEA= github.com/xraph/forge v1.7.0/go.mod h1:xO4temFTCXsrwLKYiGt+hygtkUvEOqeZdHIVjSqIacc= github.com/xraph/go-utils v1.1.1 h1:k5TOQ1qhXLdEX8W5F60mSuPcFOPc8sBsnhmjx/Kpr5g= github.com/xraph/go-utils v1.1.1/go.mod h1:tZN4SuGy9otCo6dETp7Cvkgyiy0BvaJaZbTBv4Euvo4= -github.com/xraph/grove v1.5.3 h1:tu8BSqweSbsBGVy6IjSwTl7fHk7nW3MgkShKr2ttj9Q= -github.com/xraph/grove v1.5.3/go.mod h1:bgjHNhnmyfEyzbdpcppRt+Zf24nNcbGKlo450Mi4giI= -github.com/xraph/grove/drivers/pgdriver v1.5.3 h1:mxDOhVyj85oQLHEAOVBc5bcBfLgwt9GuDctnv5wMBhY= -github.com/xraph/grove/drivers/pgdriver v1.5.3/go.mod h1:BBCrIuCBrRajE/dB5IKC0HshU/bUHPNS/etWtmX19qo= +github.com/xraph/grove v1.5.4 h1:LWd4nvnaGZlb8YbpmHQDTnvGXANPF+GRj99EfpoIeao= +github.com/xraph/grove v1.5.4/go.mod h1:bgjHNhnmyfEyzbdpcppRt+Zf24nNcbGKlo450Mi4giI= +github.com/xraph/grove/drivers/pgdriver v1.5.4 h1:w0xd1JbsTVaavFWK5N4YSvc0ORVY4eh8nnRRYgTsIFA= +github.com/xraph/grove/drivers/pgdriver v1.5.4/go.mod h1:BBCrIuCBrRajE/dB5IKC0HshU/bUHPNS/etWtmX19qo= github.com/xraph/vessel v1.0.2 h1:IeNTwxiFgqH2vW9lh8PNXr1SeGdEc7cxQ6sH7jMokfo= github.com/xraph/vessel v1.0.2/go.mod h1:5hgrMbuczxu2kRIM3iVJ3wPSb6HOvbMhV4nkRFaPNqs= github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0=