File tree Expand file tree Collapse file tree
internal/database/postgresql Expand file tree Collapse file tree Original file line number Diff line number Diff 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.2
17- github.com/pashagolub/pgxmock/v4 v4.9 .0
17+ github.com/pashagolub/pgxmock/v5 v5.1 .0
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.20.0
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
9090github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
9191github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
9292github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
93- github.com/pashagolub/pgxmock/v4 v4.9 .0 h1:itlO8nrVRnzkdMBXLs8pWUyyB2PC3Gku0WGIj/gGl7I =
94- github.com/pashagolub/pgxmock/v4 v4.9 .0/go.mod h1:9L57pC193h2aKRHVyiiE817avasIPZnPwPlw3JczWvM =
93+ github.com/pashagolub/pgxmock/v5 v5.1 .0 h1:NZ4pl82b335sEGIbD/+tk2fVIgVs3yNWr1R42ukpUvU =
94+ github.com/pashagolub/pgxmock/v5 v5.1 .0/go.mod h1:8IJct22b7+EuqecVmYb9aKiENJLLqTsbjFHXH/znAEg =
9595github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
9696github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
9797github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o =
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "testing"
2323 "time"
2424
25- "github.com/pashagolub/pgxmock/v4 "
25+ "github.com/pashagolub/pgxmock/v5 "
2626
2727 "github.com/llm-d-incubation/batch-gateway/internal/database/api"
2828)
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments