all repos — flounder @ 3d84831d6976655373cf07b2c74052df69d2b7cb

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.2
 7	github.com/BurntSushi/toml v0.3.1
 8	github.com/foomo/htpasswd v0.0.0-20200116085101-e3a90e78da9c // TODO audit properly
 9	github.com/mattn/go-sqlite3 v1.14.4
10	github.com/tg123/go-htpasswd v1.0.0
11	golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
12)