diff options
author | V <v@anomalous.eu> | 2021-08-14 13:19:03 +0200 |
---|---|---|
committer | V <v@anomalous.eu> | 2021-08-14 13:19:03 +0200 |
commit | 5b28e02783c9048305ba651c6d9b843368534410 (patch) | |
tree | d96162a3a657a9be6ab9345e2d4456864abd789b /go.mod | |
download | cgiserver-5b28e02783c9048305ba651c6d9b843368534410.tar.zst |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
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 +) |