From 3cf0fd6460e828b2d39afe5b5673c4d0d2fdf24a Mon Sep 17 00:00:00 2001 From: Shulhan Date: Tue, 14 Apr 2026 17:09:12 +0700 Subject: cmd/cgitd: HTTP server for cgit CGI 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). --- go.sum | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 go.sum (limited to 'go.sum') diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..c6b687e --- /dev/null +++ b/go.sum @@ -0,0 +1,4 @@ +git.sr.ht/~shulhan/pakakeh.go v0.62.0 h1:rAX0NpfxGbRfe6YhG7I9mmETmcafAreXUZqwPWNDvw4= +git.sr.ht/~shulhan/pakakeh.go v0.62.0/go.mod h1:M8FG29UN+TMqRsOvKFTjsBuZDiGeBzYlAFxHjBM03Rs= +golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo= +golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= -- cgit v1.3