1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Olexandr Smirnov
olexsmir@gmail.com
Committed by:
GitHub
noreply@github.com
Committed at:
2025-08-24 17:41:52 +0300
Parent:
bf8dc57
M
internal/store/psql/changeemailrepo/changeemailrepo.go
@@ -5,7 +5,7 @@ "context"
"errors" "time" - "github.com/jackc/pgx/v4" + "github.com/jackc/pgx/v5" "github.com/olexsmir/onasty/internal/models" "github.com/olexsmir/onasty/internal/store/psqlutil" )