Skip to content

Commit edaaf34

Browse files
fix(deps): update module github.com/pashagolub/pgxmock/v4 to v5
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 25629b2 commit edaaf34

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/go-resty/resty/v2 v2.17.2
1515
github.com/google/uuid v1.6.0
1616
github.com/jackc/pgx/v5 v5.9.1
17-
github.com/pashagolub/pgxmock/v4 v4.9.0
17+
github.com/pashagolub/pgxmock/v5 v5.0.1
1818
github.com/prometheus/client_golang v1.23.2
1919
github.com/quasilyte/go-ruleguard/dsl v0.3.23
2020
github.com/redis/go-redis/extra/redisotel/v9 v9.18.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
9494
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
9595
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
9696
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
97-
github.com/pashagolub/pgxmock/v4 v4.9.0 h1:itlO8nrVRnzkdMBXLs8pWUyyB2PC3Gku0WGIj/gGl7I=
98-
github.com/pashagolub/pgxmock/v4 v4.9.0/go.mod h1:9L57pC193h2aKRHVyiiE817avasIPZnPwPlw3JczWvM=
97+
github.com/pashagolub/pgxmock/v5 v5.0.1 h1:RKamNSbowobsnr5wxgbZXxyfjXdqpu0GpmTtj9vm8vY=
98+
github.com/pashagolub/pgxmock/v5 v5.0.1/go.mod h1:r6+4UtZyoFp7R2ZAqXFKSasMlf2DFJg3BX/rYY1RTAI=
9999
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
100100
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
101101
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=

internal/database/postgresql/batch_db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"testing"
2222
"time"
2323

24-
"github.com/pashagolub/pgxmock/v4"
24+
"github.com/pashagolub/pgxmock/v5"
2525

2626
"github.com/llm-d-incubation/batch-gateway/internal/database/api"
2727
)

internal/database/postgresql/db_core_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"fmt"
2222
"testing"
2323

24-
"github.com/pashagolub/pgxmock/v4"
24+
"github.com/pashagolub/pgxmock/v5"
2525

2626
"github.com/llm-d-incubation/batch-gateway/internal/database/api"
2727
)

internal/database/postgresql/file_db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"testing"
2222
"time"
2323

24-
"github.com/pashagolub/pgxmock/v4"
24+
"github.com/pashagolub/pgxmock/v5"
2525

2626
"github.com/llm-d-incubation/batch-gateway/internal/database/api"
2727
)

0 commit comments

Comments
 (0)