about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorV <v@anomalous.eu>2021-08-14 13:19:03 +0200
committerV <v@anomalous.eu>2021-08-14 13:19:03 +0200
commit5b28e02783c9048305ba651c6d9b843368534410 (patch)
treed96162a3a657a9be6ab9345e2d4456864abd789b /go.mod
downloadcgiserver-5b28e02783c9048305ba651c6d9b843368534410.tar.zst
Root commit HEAD v1.0.0 trunk
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ef4566c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+// SPDX-FileCopyrightText: V <v@anomalous.eu>
+// SPDX-License-Identifier: OSL-3.0
+
+module go.anomalous.eu/cgiserver
+
+go 1.16
+
+require (
+	github.com/coreos/go-systemd/v22 v22.3.2
+	github.com/gorilla/handlers v1.5.1
+)