slidewalk/go.mod
2026-07-15 20:14:07 +02:00

15 lines
279 B
Modula-2

module slidewalk
go 1.26.4
require (
github.com/alecthomas/chroma/v2 v2.27.0
github.com/fsnotify/fsnotify v1.10.1
github.com/yuin/goldmark v1.8.2
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/dlclark/regexp2/v2 v2.2.1 // indirect
golang.org/x/sys v0.13.0 // indirect
)