all repos — vite @ e5847755b6b81d288ecb9b15efdb66fdafcf629f

a fast (this time, actually) and minimal static site generator

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
module git.icyphox.sh/vite

go 1.15

replace github.com/russross/blackfriday/v2 => git.icyphox.sh/grayfriday v0.0.0-20220619163728-f1d36e6d67c6

require (
	github.com/Depado/bfchroma v1.3.0
	github.com/adrg/frontmatter v0.2.0
	github.com/alecthomas/chroma v0.10.0
	github.com/russross/blackfriday/v2 v2.0.1
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)