all repos — flounder @ 031adfa17fdf386a44b9756dc845345672cfcadc

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.14-0.20210125155540-9e89b93bab84
 7	github.com/BurntSushi/toml v0.3.1
 8	github.com/LukeEmmet/html2gemini v0.0.0-20201115162526-e63bbe688236
 9	github.com/emersion/go-webdav v0.3.0
10	github.com/go-co-op/gocron v0.5.0
11	github.com/gorilla/feeds v1.1.1
12	github.com/gorilla/handlers v1.5.1
13	github.com/gorilla/sessions v1.2.1
14	github.com/mattn/go-sqlite3 v1.14.4
15	github.com/mmcdole/gofeed v1.1.0
16	github.com/ulule/limiter/v3 v3.7.1
17	golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
18	golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0
19	golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
20)