go.mod

module static-repo

go 1.26.1

require (
	github.com/alecthomas/chroma/v2 v2.23.1
	github.com/yuin/goldmark v1.7.16
	github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
	github.com/yuin/goldmark-meta v1.1.0
	github.com/zmtcreative/gm-alert-callouts v0.8.0
)

require (
	github.com/dlclark/regexp2 v1.11.5 // indirect
	github.com/jeandeaual/go-locale v0.0.0-20250612000132-0ef82f21eade // indirect
	golang.org/x/sys v0.42.0 // indirect
	golang.org/x/text v0.35.0 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)