summaryrefslogtreecommitdiff
path: root/go.mod
blob: 473470703586c088dedc4cdc17f5cf8c5b463f6b (plain)
1
2
3
4
5
6
7
8
9
module go.terinstock.com/cgit-httpd

go 1.18

require (
	github.com/gorilla/mux v1.8.0
	golang.org/x/sync v0.1.0
	olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3
)