all repos — vite @ c720289599cf73858c8150484d1b3fdafcaa5595

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/cross-cpm/go-shutil v0.0.0-20190908093542-3fcbb1a2151e
	github.com/gorilla/feeds v1.1.1
	github.com/kr/pretty v0.2.1 // indirect
	github.com/russross/blackfriday/v2 v2.0.1
	gopkg.in/yaml.v2 v2.3.0
)