2020-06-12 21:22:02 +05:00
|
|
|
module github.com/bouncepaw/mycorrhiza
|
|
|
|
|
|
|
|
go 1.14
|
2020-08-31 22:52:26 +05:00
|
|
|
|
2020-11-14 19:46:04 +05:00
|
|
|
require (
|
2021-02-09 19:35:02 +05:00
|
|
|
git.sr.ht/~adnano/go-gemini v0.1.13
|
2020-11-14 19:46:04 +05:00
|
|
|
github.com/adrg/xdg v0.2.2
|
2021-04-12 22:40:43 +05:00
|
|
|
github.com/go-ini/ini v1.62.0
|
2020-12-08 20:15:32 +05:00
|
|
|
github.com/gorilla/feeds v1.1.1
|
2021-01-10 01:49:48 +05:00
|
|
|
github.com/kr/pretty v0.2.1 // indirect
|
2021-04-28 17:37:04 +07:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-04-12 22:40:43 +05:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-11-14 19:46:04 +05:00
|
|
|
github.com/valyala/quicktemplate v1.6.3
|
2021-04-12 22:40:43 +05:00
|
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2020-11-14 19:46:04 +05:00
|
|
|
)
|