about summary refs log tree commit diff
path: root/go.mod
blob: ef4566c2dd1657a8068e82935b9b91844f352d66 (plain)
1
2
3
4
5
6
7
8
9
10
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
)