aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: bf24c4727d83bccb76f2dc21b550afe268e2f163 (plain)
1
2
3
4
5
6
7
8
module paterissa.net/mblog

go 1.23.5

require (
	github.com/joho/godotenv v1.5.1
	github.com/yuin/goldmark v1.7.11
)