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 @@ -16,7 +16,7 @@ require (
1616 github.com/jackc/pgx/v5 v5.10.0
1717 github.com/llm-d/llm-d-async/api v0.7.4
1818 github.com/llm-d/llm-d-async/producer v0.7.4
19- github.com/pashagolub/pgxmock/v4 v4.9 .0
19+ github.com/pashagolub/pgxmock/v5 v5.1 .0
2020 github.com/prometheus/client_golang v1.24.0
2121 github.com/quasilyte/go-ruleguard/dsl v0.3.23
2222 github.com/redis/go-redis/extra/redisotel/v9 v9.21.0
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ github.com/llm-d/llm-d-async/producer v0.7.4 h1:dmMNtkorVykYX5UXRYY7qC7q8IesGtbH
9494github.com/llm-d/llm-d-async/producer v0.7.4 /go.mod h1:nHxbBM/mVL7bTu2ZVZ+OMz/Up9m2PhpBmeLfoq899+0 =
9595github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
9696github.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.1 .0 h1:NZ4pl82b335sEGIbD/+tk2fVIgVs3yNWr1R42ukpUvU =
98+ github.com/pashagolub/pgxmock/v5 v5.1 .0/go.mod h1:8IJct22b7+EuqecVmYb9aKiENJLLqTsbjFHXH/znAEg =
9999github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
100100github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
101101github.com/prometheus/client_golang v1.24.0 h1:5XStIklKuAtJSNpdD3s8XJj/Yv78IQmE1kbNk87JrAI =
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/llm-d-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/llm-d-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/llm-d-batch-gateway/internal/database/api"
2727)
You can’t perform that action at this time.
0 commit comments