Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames Fargher <proglottis@gmail.com>2023-05-25 09:03:30 +0300
committerJames Fargher <proglottis@gmail.com>2023-05-25 09:03:30 +0300
commit670f304db8f8cf829150f7fb361c25479e583de9 (patch)
tree1a1dd133418c28ba087bc1a81b91e9939780558c /go.mod
parentf5a8ca2512d2d0aad7a3f59cc4095cff855637e7 (diff)
parentaac6d4f42d3ddafa82d4a422e2f1a569ec8bd68a (diff)
Merge branch 'pks-go-mod-pgx-v5' into 'master'
datastore: Upgrade the pgx library to v5 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5819 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: James Fargher <proglottis@gmail.com> Reviewed-by: James Fargher <proglottis@gmail.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 1 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index ab736cc8e..e9ff023f2 100644
--- a/go.mod
+++ b/go.mod
@@ -22,9 +22,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/golang-lru/v2 v2.0.2
github.com/hashicorp/yamux v0.1.1
- github.com/jackc/pgconn v1.14.0
- github.com/jackc/pgtype v1.14.0
- github.com/jackc/pgx/v4 v4.18.1
+ github.com/jackc/pgx/v5 v5.3.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/libgit2/git2go/v34 v34.0.0
github.com/miekg/dns v1.1.54
@@ -133,10 +131,7 @@ require (
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hhatto/gorst v0.0.0-20181029133204-ca9f730cac5b // indirect
github.com/imdario/mergo v0.3.13 // indirect
- github.com/jackc/chunkreader/v2 v2.0.1 // indirect
- github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
- github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect