Skip to content

Commit a073df9

Browse files
committed
chore: bump gorm postgres driver to 1.5.2
1 parent 60d2758 commit a073df9

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,21 @@ require (
2525
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2626
github.com/gofiber/adaptor/v2 v2.1.25 // indirect
2727
github.com/golang/protobuf v1.5.2 // indirect
28-
github.com/jackc/pgx/v5 v5.3.1 // indirect
28+
github.com/lib/pq v1.10.9 // indirect
29+
github.com/mattn/go-colorable v0.1.13 // indirect
30+
github.com/mattn/go-isatty v0.0.18 // indirect
31+
github.com/mattn/go-runewidth v0.0.14 // indirect
2932
github.com/mattn/go-sqlite3 v1.14.17 // indirect
3033
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
34+
github.com/philhofer/fwd v1.1.2 // indirect
3135
github.com/prometheus/client_golang v1.12.2 // indirect
3236
github.com/prometheus/client_model v0.2.0 // indirect
3337
github.com/prometheus/common v0.32.1 // indirect
3438
github.com/prometheus/procfs v0.7.3 // indirect
39+
github.com/rivo/uniseg v0.2.0 // indirect
40+
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
41+
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
42+
github.com/tinylib/msgp v1.1.8 // indirect
3543
golang.org/x/net v0.9.0 // indirect
3644
google.golang.org/protobuf v1.26.0 // indirect
3745
)
@@ -53,21 +61,13 @@ require (
5361
github.com/go-playground/universal-translator v0.18.0 // indirect
5462
github.com/jackc/pgpassfile v1.0.0 // indirect
5563
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
64+
github.com/jackc/pgx/v5 v5.3.1 // indirect
5665
github.com/jinzhu/inflection v1.0.0 // indirect
5766
github.com/jinzhu/now v1.1.5 // indirect
5867
github.com/klauspost/compress v1.16.3 // indirect
5968
github.com/leodido/go-urn v1.2.1 // indirect
60-
github.com/lib/pq v1.10.9 // indirect
61-
github.com/mattn/go-colorable v0.1.13 // indirect
62-
github.com/mattn/go-isatty v0.0.18 // indirect
63-
github.com/mattn/go-runewidth v0.0.14 // indirect
64-
github.com/philhofer/fwd v1.1.2 // indirect
6569
github.com/pkg/errors v0.9.1 // indirect
6670
github.com/pmezard/go-difflib v1.0.0 // indirect
67-
github.com/rivo/uniseg v0.2.0 // indirect
68-
github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94 // indirect
69-
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
70-
github.com/tinylib/msgp v1.1.8 // indirect
7171
github.com/valyala/bytebufferpool v1.0.0 // indirect
7272
github.com/valyala/fasthttp v1.47.0 // indirect
7373
github.com/valyala/tcplisten v1.0.0 // indirect

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ github.com/jackc/pgio v1.0.0/go.mod h1:oP+2QK2wFfUWgr+gxjoBH9KGBb31Eio69xUb0w5bY
191191
github.com/jackc/pgmock v0.0.0-20190831213851-13a1b77aafa2/go.mod h1:fGZlG77KXmcq05nJLRkk0+p82V8B8Dw8KN2/V9c/OAE=
192192
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=
193193
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
194-
github.com/jackc/pgproto3 v1.1.0 h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=
195194
github.com/jackc/pgproto3 v1.1.0/go.mod h1:eR5FA3leWg7p9aeAqi37XOTgTIbkABlvcPB3E5rlc78=
196195
github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190420180111-c116219b62db/go.mod h1:bhq50y+xrl9n5mRYyCBFKkpRVTLYJVWeCc+mEAI3yXA=
197196
github.com/jackc/pgproto3/v2 v2.0.0-alpha1.0.20190609003834-432c2951c711/go.mod h1:uH0AWtUmuShn0bcesswc4aBTWGvw0cAxIJp+6OB//Wg=

0 commit comments

Comments
 (0)