Skip to content

Commit a96febc

Browse files
authored
fix(deps): update pgx in test module (#35)
1 parent 8321155 commit a96febc

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ ENV PG17BIN=/usr/lib/postgresql/17/bin
102102
ENV PG_VERSION=17
103103

104104
RUN curl -fsSL https://repo.pigsty.io/pig | bash && \
105-
dpkg -i /tmp/pig_0.6.1-1_${TARGETARCH}.deb && \
106-
/usr/bin/pig repo add pigsty --update && \
105+
/usr/bin/pig repo add pigsty --update && \
107106
for ver in 14 15 16 17; do \
108107
/usr/bin/pig install -y --version $ver pgsodium pg_stat_statements pg_partman pg_jsonschema pg_hashids pg_tle pgjwt; \
109108
done && \

test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ require (
9999
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
100100
github.com/jackc/pgtype v1.14.4 // indirect
101101
github.com/jackc/pgx/v4 v4.18.3 // indirect
102-
github.com/jackc/pgx/v5 v5.7.6 // indirect
102+
github.com/jackc/pgx/v5 v5.10.0 // indirect
103103
github.com/jackc/puddle v1.3.0 // indirect
104104
github.com/jackc/puddle/v2 v2.2.2 // indirect
105105
github.com/jeremywohl/flatten v0.0.0-20180923035001-588fe0d4c603 // indirect

test/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c/go.mod h1:1QD0+tgS
257257
github.com/jackc/pgx/v4 v4.18.2/go.mod h1:Ey4Oru5tH5sB6tV7hDmfWFahwF15Eb7DNXlRKx2CkVw=
258258
github.com/jackc/pgx/v4 v4.18.3 h1:dE2/TrEsGX3RBprb3qryqSV9Y60iZN1C6i8IrmW9/BA=
259259
github.com/jackc/pgx/v4 v4.18.3/go.mod h1:Ey4Oru5tH5sB6tV7hDmfWFahwF15Eb7DNXlRKx2CkVw=
260-
github.com/jackc/pgx/v5 v5.7.6 h1:rWQc5FwZSPX58r1OQmkuaNicxdmExaEz5A2DO2hUuTk=
261-
github.com/jackc/pgx/v5 v5.7.6/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
260+
github.com/jackc/pgx/v5 v5.10.0 h1:VhSvgU2jSli8o3AqIEOTJr7rZwAEUVo4E4XhR94Zfr0=
261+
github.com/jackc/pgx/v5 v5.10.0/go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4=
262262
github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=
263263
github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=
264264
github.com/jackc/puddle v1.1.3/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=

0 commit comments

Comments
 (0)