all repos — vite @ cd498083c9875cd98e13cc31fff436187f13676d

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
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/russross/blackfriday/v2 v2.0.1
	gopkg.in/yaml.v2 v2.3.0
)