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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-02-15 14:21:43 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-02-15 14:21:43 +0300
commit9c079763e9c5802f944db5b14d4e025c9e6ca84e (patch)
tree66e8e190c5be9e530883f625dab72a84abe8ff3c /go.mod
parenta41c0909051714c0d6b58f8000589f82a66804a5 (diff)
go: Update module github.com/jackc/pgx/v4 to v4.18.0
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 6884c7ee5..1e081c6a4 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