1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 13:30:26 +00:00
mycorrhiza/go.mod

17 lines
459 B
Modula-2
Raw Normal View History

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 (
git.sr.ht/~adnano/go-gemini v0.1.13
2020-11-14 14:46:04 +00:00
github.com/adrg/xdg v0.2.2
github.com/go-ini/ini v1.62.0
github.com/gorilla/feeds v1.1.1
github.com/kr/pretty v0.2.1 // indirect
2021-04-28 10:37:04 +00:00
github.com/mitchellh/go-homedir v1.1.0
github.com/smartystreets/goconvey v1.6.4 // indirect
2020-11-14 14:46:04 +00:00
github.com/valyala/quicktemplate v1.6.3
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
gopkg.in/ini.v1 v1.62.0 // indirect
2020-11-14 14:46:04 +00:00
)