all repos — flounder @ f4409a3c4640d6bbbfc06eb3c0b80b3148e1598d

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/go-gemini v0.1.6-0.20201105050458-53390dad6bb1 // indirect
 7	github.com/BurntSushi/toml v0.3.1
 8	github.com/gorilla/handlers v1.5.1
 9	github.com/gorilla/sessions v1.2.1
10	github.com/mattn/go-sqlite3 v1.14.4
11	golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
12)