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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-22 14:37:31 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-24 08:00:11 +0300
commitaac6d4f42d3ddafa82d4a422e2f1a569ec8bd68a (patch)
tree048c5f183927f3272fbcda6c1c7287b52bb8fe6d /go.mod
parent8ec73603f202bf8d261fac95882f9bd184f75f79 (diff)
glsql: Upgrade the pgtype dependency to v5
The pgtype dependency has received a major upgrade to v5. This release brings a dramatically refactored API that makes more use of generics in many places. Unfortunately, we can't really use them as they do not work with the generic `database/sql` interfaces, which we're using. Our `StringArray` helper type depends on `pgtype.TextArray`, which has been removed in favor of generics. Adapt the type accordingly.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 4a618f99c..e3c2b47c4 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,6 @@ 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/pgtype v1.14.0
github.com/jackc/pgx/v5 v5.3.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/libgit2/git2go/v34 v34.0.0
@@ -132,10 +131,8 @@ 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/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
- github.com/jackc/pgx/v4 v4.18.1 // 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