From 8c2fb752601e7c9f500a62bc32589ef850715885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:14:42 +0000 Subject: [PATCH] chore(deps): bump github.com/bds421/rho-kit/data/v2 in /repos/postgres Bumps [github.com/bds421/rho-kit/data/v2](https://github.com/bds421/rho-kit) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/bds421/rho-kit/releases) - [Changelog](https://github.com/bds421/rho-kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/bds421/rho-kit/compare/io/v2.0.2...io/v2.1.0) --- updated-dependencies: - dependency-name: github.com/bds421/rho-kit/data/v2 dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- repos/postgres/go.mod | 4 ++-- repos/postgres/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/repos/postgres/go.mod b/repos/postgres/go.mod index 84ce9da..edadde4 100644 --- a/repos/postgres/go.mod +++ b/repos/postgres/go.mod @@ -5,13 +5,13 @@ go 1.26.2 require ( github.com/bds421/rho-kit/data/idempotency/pgstore/v2 v2.0.2 github.com/bds421/rho-kit/data/lock/pgadvisory/v2 v2.0.2 - github.com/bds421/rho-kit/data/v2 v2.0.2 + github.com/bds421/rho-kit/data/v2 v2.1.0 github.com/bds421/rho-stripe v0.1.1 github.com/jackc/pgx/v5 v5.10.0 ) require ( - github.com/bds421/rho-kit/core/v2 v2.0.2 // indirect + github.com/bds421/rho-kit/core/v2 v2.1.0 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/go-logr/logr v1.4.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect diff --git a/repos/postgres/go.sum b/repos/postgres/go.sum index 92412be..201bfc2 100644 --- a/repos/postgres/go.sum +++ b/repos/postgres/go.sum @@ -1,11 +1,11 @@ -github.com/bds421/rho-kit/core/v2 v2.0.2 h1:xgNw4eF9RGC4Hvq39jTPFQ0eN3FeHPpb7+lOrKnhkXQ= -github.com/bds421/rho-kit/core/v2 v2.0.2/go.mod h1:XaiBe5WdOEreWL/9ab17kCxvfhIMW6HZMMwnBwfB3as= +github.com/bds421/rho-kit/core/v2 v2.1.0 h1:Xc0XAm1CDfhEyLqTErcd+1sN4uQXn1zjoLXVNSlr6Wk= +github.com/bds421/rho-kit/core/v2 v2.1.0/go.mod h1:XaiBe5WdOEreWL/9ab17kCxvfhIMW6HZMMwnBwfB3as= github.com/bds421/rho-kit/data/idempotency/pgstore/v2 v2.0.2 h1:LIu/+ARntQlZKXVimLgagu6C3zz648KC5X2gayDCLCg= github.com/bds421/rho-kit/data/idempotency/pgstore/v2 v2.0.2/go.mod h1:hQbYpFtmJlEz1NAUxt0FfpuSCyf2z3YqAUKka5yACb4= github.com/bds421/rho-kit/data/lock/pgadvisory/v2 v2.0.2 h1:mxRIj/nh8Wy9nezddkmdgF1dqFmoqG24Cd6zCAF8RNI= github.com/bds421/rho-kit/data/lock/pgadvisory/v2 v2.0.2/go.mod h1:vnelMkbffU23LaNwK7wgY6x0uWg/TC7xLZINhmKCbzs= -github.com/bds421/rho-kit/data/v2 v2.0.2 h1:sl3d27w0P4vSDrdc2aKVGuphG5mTX9RZI9Aqx0wIb0w= -github.com/bds421/rho-kit/data/v2 v2.0.2/go.mod h1:BDY1MMGEZMaEvlhZPudyOYdtd2Pct2RK76XMoIMh5/g= +github.com/bds421/rho-kit/data/v2 v2.1.0 h1:wTZYALDL0CDYFQSLC/biVBLP/+uiuH64LINCLalPpHw= +github.com/bds421/rho-kit/data/v2 v2.1.0/go.mod h1:YrYUu6e2bBVtQsD8WTFpLLx/qZEA0WFVG0KjlbQuDkk= github.com/bds421/rho-stripe v0.1.1 h1:gLFBA4pbPvBt/PbaIc94tZa+14qrHA6Pc/A8RV7wsPs= github.com/bds421/rho-stripe v0.1.1/go.mod h1:t+R94TCMazgitRn0g+jdDCF8z9JXJ9k5uNDXahz+syA= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=