diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-14 17:09:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-14 21:17:11 +0700 |
| commit | 3cf0fd6460e828b2d39afe5b5673c4d0d2fdf24a (patch) | |
| tree | 7411fdcf10ef91bff027254acaed9ed3276745a0 /go.mod | |
| parent | 829eb0711305e8946fa2f4a1c57c43354f35e208 (diff) | |
| download | cgit-3cf0fd6460e828b2d39afe5b5673c4d0d2fdf24a.tar.xz | |
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.mod | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
