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:
authorSami Hiltunen <shiltunen@gitlab.com>2023-02-17 12:57:30 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2023-02-17 12:57:30 +0300
commit24b98424df69e1de124662844a7e6df6dccb3768 (patch)
tree87acbfa490a57fdfa417768187b092b28ca0fc43 /go.mod
parent8d2bce18d28dcffcaac90d0b2cb8815af07beef1 (diff)
parent9c079763e9c5802f944db5b14d4e025c9e6ca84e (diff)
Merge branch 'renovate/github.com-jackc-pgx-v4-4.x' into 'master'
go: Update module github.com/jackc/pgx/v4 to v4.18.0 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5390 Merged-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 7 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 41698e307..541239b90 100644
--- a/go.mod
+++ b/go.mod
@@ -22,9 +22,9 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/golang-lru/v2 v2.0.1
github.com/hashicorp/yamux v0.1.1
- github.com/jackc/pgconn v1.13.0
+ github.com/jackc/pgconn v1.14.0
github.com/jackc/pgtype v1.14.0
- github.com/jackc/pgx/v4 v4.17.2
+ github.com/jackc/pgx/v4 v4.18.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/libgit2/git2go/v34 v34.0.0
github.com/miekg/dns v1.1.50
@@ -135,8 +135,8 @@ require (
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.1 // indirect
- github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // 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
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
@@ -180,11 +180,11 @@ require (
github.com/xanzy/ssh-agent v0.3.0 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
- golang.org/x/crypto v0.5.0 // indirect
+ golang.org/x/crypto v0.6.0 // indirect
golang.org/x/mod v0.6.0 // indirect
- golang.org/x/net v0.5.0 // indirect
+ golang.org/x/net v0.6.0 // indirect
golang.org/x/oauth2 v0.4.0 // indirect
- golang.org/x/text v0.6.0 // indirect
+ golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.2.0 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gonum.org/v1/gonum v0.8.2 // indirect