all repos — vite @ a860def2199b4351ae9e3c2ac0b3a918d28eb7af

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 github.com/icyphox/go-vite

go 1.13

require (
	github.com/Depado/bfchroma v1.3.0
	github.com/adrg/frontmatter v0.1.0
	github.com/alecthomas/chroma v0.7.3
	github.com/cross-cpm/go-shutil v0.0.0-20190908093542-3fcbb1a2151e
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/russross/blackfriday/v2 v2.0.1
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
)