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-12 22:21:48 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-02-12 22:21:48 +0300
commit0554032658e5879570dc4707ad6f6af83fcb1b98 (patch)
tree7a17db639bfba303490bb3cd23c7a6cdf4b0d5f7 /go.mod
parent856b61b972b9590e56b1cc0c4fae8de872d968a3 (diff)
go: Update module github.com/jackc/pgtype to v1.14.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d8fba5b80..32275cbb9 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
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/pgtype v1.13.0
+ github.com/jackc/pgtype v1.14.0
github.com/jackc/pgx/v4 v4.17.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/libgit2/git2go/v34 v34.0.0