aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJean Barkhuysen <jean.barkhuysen@gmail.com>2026-03-04 10:47:23 -0700
committerJonathan Amsterdam <jba@google.com>2026-04-08 09:33:33 -0700
commit372618454cdb62e4cbaab1fd14c58f2faf5db80a (patch)
tree20af08dd7bde88b3ff344261368d953b98cf774f /go.mod
parente09b3908a3542531bb1a84b28406102957861650 (diff)
downloadgo-x-pkgsite-372618454cdb62e4cbaab1fd14c58f2faf5db80a.tar.xz
internal/queue: add postgres queue implementation, and use it in worker|frontend
Fixes golang/go#74027. Change-Id: I916ac81093e782d4eda21fe11ef47eeff4f5f0b1 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/751480 Reviewed-by: Jonathan Amsterdam <jba@google.com> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Ethan Lee <ethanalee@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 069296b2..54fc3cc8 100644
--- a/go.mod
+++ b/go.mod
@@ -22,6 +22,7 @@ require (
github.com/google/go-replayers/httpreplay v1.0.0
github.com/google/licensecheck v0.3.1
github.com/google/safehtml v0.0.3-0.20211026203422-d6f0e11a5516
+ github.com/jackc/pgx/v4 v4.10.1
github.com/jackc/pgx/v5 v5.9.1
github.com/jba/templatecheck v0.6.0
github.com/lib/pq v1.12.0
@@ -64,8 +65,13 @@ require (
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
+ github.com/jackc/chunkreader/v2 v2.0.1 // indirect
+ github.com/jackc/pgconn v1.8.0 // indirect
+ github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
+ github.com/jackc/pgproto3/v2 v2.0.7 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
+ github.com/jackc/pgtype v1.6.2 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/text v0.2.0 // indirect