2020-06-12 16:22:02 +00:00
|
|
|
module github.com/bouncepaw/mycorrhiza
|
|
|
|
|
2021-06-12 13:51:28 +00:00
|
|
|
go 1.16
|
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
|
2021-06-14 19:48:40 +00:00
|
|
|
github.com/bouncepaw/mycomarkup v0.5.4
|
2021-04-12 17:40:43 +00:00
|
|
|
github.com/go-ini/ini v1.62.0
|
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
|
2021-04-28 10:37:04 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-04-12 17:40:43 +00:00
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
2020-11-14 14:46:04 +00:00
|
|
|
github.com/valyala/quicktemplate v1.6.3
|
2021-05-11 09:35:46 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-04-12 17:40:43 +00:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2020-11-14 14:46:04 +00:00
|
|
|
)
|
2021-06-13 20:52:12 +00:00
|
|
|
|
|
|
|
// Use this trick for testing of mycomarkup:
|
2021-06-14 19:48:40 +00:00
|
|
|
// replace github.com/bouncepaw/mycomarkup v0.5.4 => "/Users/bouncepaw/GolandProjects/mycomarkup"
|