all repos

onasty @ 743648cdf5229ae1e3b209c464e14b09d7a43711

a one-time notes service
2 files changed, 4 insertions(+), 4 deletions(-)
chore(deps): bump github.com/jackc/pgx/v5

Bumps the go_modules group with 1 update in the / directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx).


Updates `github.com/jackc/pgx/v5` from 5.7.6 to 5.9.0
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.7.6...v5.9.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.9.0
  dependency-type: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
Author: dependabot[bot] 49699333+dependabot[bot]@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2026-04-16 23:22:50 +0000
Parent: 8d12ded
jump to
M go.mod
M go.sum
M go.mod
···
        1
        1
         module github.com/olexsmir/onasty

      
        2
        2
         

      
        3
        
        -go 1.25

      
        
        3
        +go 1.25.0

      
        4
        4
         

      
        5
        5
         require (

      
        6
        6
         	github.com/gin-contrib/cors v1.7.5

      ···
        9
        9
         	github.com/golang-jwt/jwt/v5 v5.3.0

      
        10
        10
         	github.com/golang-migrate/migrate/v4 v4.19.0

      
        11
        11
         	github.com/henvic/pgq v0.0.4

      
        12
        
        -	github.com/jackc/pgx/v5 v5.7.6

      
        
        12
        +	github.com/jackc/pgx/v5 v5.9.0

      
        13
        13
         	github.com/mailgun/mailgun-go/v4 v4.23.0

      
        14
        14
         	github.com/nats-io/nats.go v1.47.0

      
        15
        15
         	github.com/prometheus/client_golang v1.23.0

      
M go.sum
···
        165
        165
         github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c/go.mod h1:1QD0+tgSXP7iUjYm9C1NxKhny7lq6ee99u/z+IHFcgs=

      
        166
        166
         github.com/jackc/pgx/v4 v4.18.2 h1:xVpYkNR5pk5bMCZGfClbO962UIqVABcAGt7ha1s/FeU=

      
        167
        167
         github.com/jackc/pgx/v4 v4.18.2/go.mod h1:Ey4Oru5tH5sB6tV7hDmfWFahwF15Eb7DNXlRKx2CkVw=

      
        168
        
        -github.com/jackc/pgx/v5 v5.7.6 h1:rWQc5FwZSPX58r1OQmkuaNicxdmExaEz5A2DO2hUuTk=

      
        169
        
        -github.com/jackc/pgx/v5 v5.7.6/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=

      
        
        168
        +github.com/jackc/pgx/v5 v5.9.0 h1:T/dI+2TvmI2H8s/KH1/lXIbz1CUFk3gn5oTjr0/mBsE=

      
        
        169
        +github.com/jackc/pgx/v5 v5.9.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=

      
        170
        170
         github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=

      
        171
        171
         github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=

      
        172
        172
         github.com/jackc/puddle v1.1.3/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=