mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-12 13:30:26 +00:00
0426c372de
See https://mycorrhiza.lesarbr.es/hypha/configuration for an example. A copy of this example is stored at assets/config.ini. Use option -config-path to pass the config file. Note that all other CLI options have been removed. Some of them may be returned later. Also note that no real testing has been done.
13 lines
284 B
Modula-2
13 lines
284 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/go-ini/ini v1.62.0 // indirect
|
|
github.com/gorilla/feeds v1.1.1
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/valyala/quicktemplate v1.6.3
|
|
)
|