aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-04-14 17:09:12 +0700
committerShulhan <ms@kilabit.info>2026-04-14 21:17:11 +0700
commit3cf0fd6460e828b2d39afe5b5673c4d0d2fdf24a (patch)
tree7411fdcf10ef91bff027254acaed9ed3276745a0 /go.mod
parent829eb0711305e8946fa2f4a1c57c43354f35e208 (diff)
downloadcgit-main.tar.xz
cmd/cgitd: HTTP server for cgit CGIHEADmain
This program can be built into single binary, provides as an alternatives to common setup that require second application (web server with their own configuration).
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..6807df0
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+// Copyright (C) 2026 cgit Development Team <cgit@lists.zx2c4.com>
+// Licensed under GNU General Public License v2
+// (see COPYING for full license text)
+
+module git.zx2c4.com/cgit
+
+go 1.26.0
+
+require git.sr.ht/~shulhan/pakakeh.go v0.62.0
+
+require golang.org/x/sys v0.42.0 // indirect