all repos — vite @ 8ff1bc0d8db4dff6ca2070334c8be25316c90f3a

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
 14
 15
 16
module git.icyphox.sh/vite

go 1.21

require (
	git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914
	github.com/adrg/frontmatter v0.2.0
	github.com/alecthomas/chroma v0.10.0
	gopkg.in/yaml.v2 v2.3.0
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)

require (
	github.com/BurntSushi/toml v0.3.1 // indirect
	github.com/dlclark/regexp2 v1.4.0 // indirect
)