2020-06-12 16:22:02 +00:00
|
|
|
module github.com/bouncepaw/mycorrhiza
|
|
|
|
|
|
|
|
go 1.14
|
2020-08-31 17:52:26 +00:00
|
|
|
|
2020-11-14 14:46:04 +00:00
|
|
|
require (
|
2021-02-09 14:35:02 +00:00
|
|
|
git.sr.ht/~adnano/go-gemini v0.1.13
|
2020-11-14 14:46:04 +00:00
|
|
|
github.com/adrg/xdg v0.2.2
|
2020-12-08 15:15:32 +00:00
|
|
|
github.com/gorilla/feeds v1.1.1
|
2021-01-09 20:49:48 +00:00
|
|
|
github.com/kr/pretty v0.2.1 // indirect
|
2020-11-14 14:46:04 +00:00
|
|
|
github.com/valyala/quicktemplate v1.6.3
|
2021-02-09 14:35:02 +00:00
|
|
|
tildegit.org/solderpunk/gemcert v0.0.0-20200801165357-fc14deb27512 // indirect
|
2020-11-14 14:46:04 +00:00
|
|
|
)
|