about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2021-08-14 08:06:03 +0200
committerV <v@anomalous.eu>2021-08-14 16:59:02 +0200
commit6c8cd3cab8e1eb9f43444b2bfbbacc66b6d9e604 (patch)
treea8d748649f799b08ec35df4836ebc928ea75d43a /go.mod
parent5b28e02783c9048305ba651c6d9b843368534410 (diff)
downloadcgiserver-6c8cd3cab8e1eb9f43444b2bfbbacc66b6d9e604.tar.zst
[WIP] switch to x/sync/errgroup for exit rendezvous
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ef4566c..ffbc52b 100644
--- a/go.mod
+++ b/go.mod
@@ -8,4 +8,5 @@ go 1.16
 require (
 	github.com/coreos/go-systemd/v22 v22.3.2
 	github.com/gorilla/handlers v1.5.1
+	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
 )