summaryrefslogtreecommitdiff
path: root/go.mod
blob: 1144928b8a2d44d1e23fa6f8712d63e865e2985c (plain)
1
2
3
4
5
6
7
8
module dim13.org/blog

require (
	github.com/yuin/goldmark v1.1.32 // indirect
	golang.org/x/tools v0.0.0-20200702044944-0cc1aa72b347
)

go 1.13