Found out that the system that generates OpenGraph does not take binary hyphae's image attachments into account. Gotta fix that, perhaps. Also red links are still not fixed. Also, nested links do not work as intended in some cases. What exactly did v0.5.0 improve?
18 lines
499 B
Modula-2
18 lines
499 B
Modula-2
module github.com/bouncepaw/mycorrhiza
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
git.sr.ht/~adnano/go-gemini v0.1.13
|
|
github.com/adrg/xdg v0.2.2
|
|
github.com/bouncepaw/mycomarkup v0.5.0
|
|
github.com/go-ini/ini v1.62.0
|
|
github.com/gorilla/feeds v1.1.1
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/valyala/quicktemplate v1.6.3
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
)
|