scripts/
static/
templates/
.gitignore
30 B
.gitsigners
112 B
AGENTS.md
7.5 KiB
LICENSE
89 B
README.md
1.9 KiB
deploy
723 B
discuss.go
16.7 KiB
git.go
3.5 KiB
git_cli.go
16.0 KiB
git_http.go
1.9 KiB
go.mod
572 B
go.sum
1.9 KiB
handler.go
11.3 KiB
handler_test.go
69.0 KiB
main.go
5.2 KiB
template.go
8.9 KiB
watch
272 B
go.mod
raw
| 1 | module forge |
| 2 | |
| 3 | go 1.25.7 |
| 4 | |
| 5 | require ( |
| 6 | github.com/dustin/go-humanize v1.0.1 // indirect |
| 7 | github.com/google/uuid v1.6.0 // indirect |
| 8 | github.com/mattn/go-isatty v0.0.20 // indirect |
| 9 | github.com/ncruces/go-strftime v1.0.0 // indirect |
| 10 | github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect |
| 11 | golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect |
| 12 | golang.org/x/sys v0.37.0 // indirect |
| 13 | modernc.org/libc v1.67.6 // indirect |
| 14 | modernc.org/mathutil v1.7.1 // indirect |
| 15 | modernc.org/memory v1.11.0 // indirect |
| 16 | modernc.org/sqlite v1.46.1 // indirect |
| 17 | ) |