diff options
| author | t <t@tjp.lol> | 2026-07-11 12:00:44 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-11 12:00:44 -0600 |
| commit | 7485ba6b87993f8798aeeab2a1df6f1e9a815691 (patch) | |
| tree | 1f07894af5111c73a1f3fd63497e3cfdf896b73b /go.mod | |
Build the Weft static site generator
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +module tjp.lol/weft + +go 1.24 + +require ( + github.com/yuin/goldmark v1.7.13 + golang.org/x/net v0.42.0 + gopkg.in/yaml.v3 v3.0.1 +) |
