all repos — vite @ rewrite

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

go.mod (view raw)

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

go 1.13

require (
	github.com/Depado/bfchroma v1.3.0
	github.com/alecthomas/chroma v0.9.2
	github.com/russross/blackfriday/v2 v2.1.0
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)