diff options
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 +) |