all repos — flounder @ 513b89478a4f33bd6297c94602c71aab17032aac

A small site builder for the Gemini protocol

go.mod (view raw)

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