move to v4
All checks were successful
test / test (push) Successful in 2m59s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-03-03 23:58:19 +03:00
parent 1b68606bce
commit 22093451f3
8 changed files with 65 additions and 43 deletions

2
tx.go
View File

@@ -5,7 +5,7 @@ import (
"database/sql/driver"
"time"
"go.unistack.org/micro/v3/tracer"
"go.unistack.org/micro/v4/tracer"
)
var _ driver.Tx = (*wrapperTx)(nil)