diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-02 23:00:55 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-04-15 01:16:21 +0700 |
| commit | 14d652ebff33bd0e4769f47baba2574adabc494e (patch) | |
| tree | b7a80cb77674fa9e84bbbb3a8e9ae418f34d033b /go.mod | |
| parent | 81095845401a2ac64bc5ee43a4f9b013207d3b7e (diff) | |
| download | go-x-pkgsite-14d652ebff33bd0e4769f47baba2574adabc494e.tar.xz | |
[DO-NOT-MERGE] cmd/pkgsite: implement socket based activation
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,13 +12,14 @@ require ( contrib.go.opencensus.io/exporter/prometheus v0.1.0 contrib.go.opencensus.io/exporter/stackdriver v0.13.4 contrib.go.opencensus.io/integrations/ocsql v0.1.4 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 github.com/Masterminds/squirrel v1.5.2 github.com/alicebob/miniredis/v2 v2.17.0 github.com/evanw/esbuild v0.17.8 github.com/go-redis/redis/v8 v8.11.4 github.com/go-redis/redis_rate/v9 v9.1.2 github.com/golang-migrate/migrate/v4 v4.15.1 - github.com/google/go-cmp v0.6.0 + github.com/google/go-cmp v0.7.0 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 |
