Skip to content

Commit 92673d6

Browse files
committed
test: remove pgxv4 from integration test setup
This is a clean up that was due after claircore and clients switched fully to pgxv5. Signed-off-by: crozzy <joseph.crosland@gmail.com>
1 parent b982e82 commit 92673d6

File tree

3 files changed

+2
-152
lines changed

3 files changed

+2
-152
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ require (
1010
github.com/google/go-cmp v0.7.0
1111
github.com/google/uuid v1.6.0
1212
github.com/jackc/pgconn v1.14.3
13-
github.com/jackc/pgx/v4 v4.18.3
1413
github.com/jackc/pgx/v5 v5.7.6
1514
github.com/klauspost/compress v1.18.0
1615
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
@@ -51,10 +50,9 @@ require (
5150
github.com/jackc/pgpassfile v1.0.0 // indirect
5251
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
5352
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
54-
github.com/jackc/pgtype v1.14.2 // indirect
55-
github.com/jackc/puddle v1.3.0 // indirect
5653
github.com/jackc/puddle/v2 v2.2.2 // indirect
5754
github.com/kylelemons/godebug v1.1.0 // indirect
55+
github.com/lib/pq v1.10.2 // indirect
5856
github.com/mattn/go-colorable v0.1.13 // indirect
5957
github.com/mattn/go-isatty v0.0.20 // indirect
6058
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect

0 commit comments

Comments
 (0)