From 61638e25e63f806c1b6e5320282f83cc1026125b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 20:48:10 +0000 Subject: [PATCH] Bump github.com/avito-tech/go-transaction-manager/trm/v2 Bumps [github.com/avito-tech/go-transaction-manager/trm/v2](https://github.com/avito-tech/go-transaction-manager) from 2.0.2 to 2.0.3. - [Changelog](https://github.com/avito-tech/go-transaction-manager/blob/main/CHANGELOG.md) - [Commits](https://github.com/avito-tech/go-transaction-manager/compare/trm/v2.0.2...trm/v2.0.3) --- updated-dependencies: - dependency-name: github.com/avito-tech/go-transaction-manager/trm/v2 dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- internal/benchmark/go.mod | 2 +- internal/benchmark/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/benchmark/go.mod b/internal/benchmark/go.mod index 4af47d3..97c02df 100644 --- a/internal/benchmark/go.mod +++ b/internal/benchmark/go.mod @@ -6,7 +6,7 @@ require ( github.com/Thiht/transactor v1.1.0 github.com/aneshas/tx/v2 v2.3.0 github.com/avito-tech/go-transaction-manager/drivers/sql/v2 v2.0.2 - github.com/avito-tech/go-transaction-manager/trm/v2 v2.0.2 + github.com/avito-tech/go-transaction-manager/trm/v2 v2.0.3 github.com/lib/pq v1.12.3 github.com/metalfm/transactor/driver/sql/trm v1.0.1 github.com/stretchr/testify v1.11.1 diff --git a/internal/benchmark/go.sum b/internal/benchmark/go.sum index 04a7e81..aeaa809 100644 --- a/internal/benchmark/go.sum +++ b/internal/benchmark/go.sum @@ -9,8 +9,9 @@ github.com/aneshas/tx/v2 v2.3.0 h1:GQYoGXQjnoSMiv9Go6L8bec2E7u/OOrS8Km3Gs0NHME= github.com/aneshas/tx/v2 v2.3.0/go.mod h1:n5QbsKIrPzuDGF5EQy/jYMjbU1BiCxlxJRgUQ0iKhFI= github.com/avito-tech/go-transaction-manager/drivers/sql/v2 v2.0.2 h1:MAXBG+TUe8C37umP8Pz3h0C/lEJ5rZZm7pE8ugevhFQ= github.com/avito-tech/go-transaction-manager/drivers/sql/v2 v2.0.2/go.mod h1:I77XhO27RQH5/gx28ROqhNIeTc5FNoR9AavrV9kZPDs= -github.com/avito-tech/go-transaction-manager/trm/v2 v2.0.2 h1:1x77jlbvB1e9Jh5T0YQy0ZHoh4gXTKI6DmDEBG+BCv4= github.com/avito-tech/go-transaction-manager/trm/v2 v2.0.2/go.mod h1:RftHdsefhv39lGvjmsqM5xB15n/tiQxlw1sLYusF3yg= +github.com/avito-tech/go-transaction-manager/trm/v2 v2.0.3 h1:J4ECg9mJxOezDZSEldI6XDiC/wn45+qwrdet2klCGMQ= +github.com/avito-tech/go-transaction-manager/trm/v2 v2.0.3/go.mod h1:RftHdsefhv39lGvjmsqM5xB15n/tiQxlw1sLYusF3yg= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=