all repos — vite @ 87bb6a2abe44450fb6b71dd8a0c4b2479a3d753d

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/Depado/bfchroma v1.3.0
 7	github.com/adrg/frontmatter v0.1.0
 8	github.com/cross-cpm/go-shutil v0.0.0-20190908093542-3fcbb1a2151e
 9	github.com/gorilla/feeds v1.1.1
10	github.com/kr/pretty v0.2.1 // indirect
11	github.com/russross/blackfriday/v2 v2.0.1
12	gopkg.in/yaml.v2 v2.3.0
13)