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=