all repos — flounder @ 8e3a3b5bff7f3f9fd98b1cf8c3d636623b7164ff

A small site builder for the Gemini protocol

go.mod (view raw)

1module git.sr.ht/flounder
2
3go 1.15
4
5require (
6	git.sr.ht/~adnano/gmi v0.1.0-alpha.1
7	github.com/BurntSushi/toml v0.3.1
8	github.com/mattn/go-sqlite3 v1.14.4
9)