all repos

onasty @ 673a1f7bd6ffe1771e63c3c1c8ac37418228fac8

a one-time notes service
1 files changed, 1 insertions(+), 1 deletions(-)
fix(changeemailrepo): use correct version of pgx (#193)

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
        5
         	"errors"

      
        6
        6
         	"time"

      
        7
        7
         

      
        8
        
        -	"github.com/jackc/pgx/v4"

      
        
        8
        +	"github.com/jackc/pgx/v5"

      
        9
        9
         	"github.com/olexsmir/onasty/internal/models"

      
        10
        10
         	"github.com/olexsmir/onasty/internal/store/psqlutil"

      
        11
        11
         )