07d85c0bfc
Also includes routines for fetching gemini, http, and gopher resources. TODO: add Update* routines to update existing feeds/pages.
12 lines
263 B
Modula-2
12 lines
263 B
Modula-2
module golang.nytpu.com/comitium
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
git.sr.ht/~adnano/go-gemini v0.1.21
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mmcdole/gofeed v1.1.0
|
|
github.com/prologic/go-gopher v0.0.0-20210114215941-1859ade2470b
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|