module github.com/kataras/blocks

go 1.19

require (
	github.com/russross/blackfriday/v2 v2.1.0
	github.com/valyala/bytebufferpool v1.0.0
)
