go.mod (view raw)
1module git.sr.ht/~aw/flounder
2
3go 1.15
4
5require (
6 git.sr.ht/~adnano/go-gemini v0.1.14-0.20210209215514-d2c70a33d5b1
7 github.com/BurntSushi/toml v0.3.1
8 github.com/gorilla/feeds v1.1.1
9 github.com/gorilla/handlers v1.5.1
10 github.com/gorilla/sessions v1.2.1
11 github.com/kr/pretty v0.2.1 // indirect
12 github.com/mattn/go-sqlite3 v1.14.6
13 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
14 golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
15 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
16 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324
17)