all repos — vite @ 3e51c35d6f1cc825bcf75a0760ee2072bdef8cf5

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

go.mod (view raw)

 1module github.com/icyphox/go-vite
 2
 3go 1.13
 4
 5require (
 6	github.com/adrg/frontmatter v0.1.0
 7	github.com/cross-cpm/go-shutil v0.0.0-20190908093542-3fcbb1a2151e
 8	github.com/pmezard/go-difflib v1.0.0 // indirect
 9	github.com/russross/blackfriday/v2 v2.0.1
10	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
11)