phase1: go module skeleton with subcommand stubs

This commit is contained in:
Sergey Filkin
2026-04-18 11:36:39 +03:00
parent f36e9f003f
commit 6b8d588c43
12 changed files with 208 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
module github.com/fserg/md-to-html
go 1.23.0
require (
github.com/a-h/templ v0.3.1001
github.com/alecthomas/chroma/v2 v2.23.1
github.com/go-chi/chi/v5 v5.2.5
github.com/google/uuid v1.6.0
github.com/mozillazg/go-unidecode v0.2.0
github.com/yuin/goldmark v1.7.17
github.com/yuin/goldmark-emoji v1.0.6
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
)
require github.com/dlclark/regexp2 v1.11.5 // indirect