summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-16 22:43:18 -0600
committernytpu <alex@nytpu.com>2021-03-16 22:43:18 -0600
commit07d85c0bfc82b5df7366d3810c95aa8b959837a4 (patch)
tree8a915fc55573dd9bb0bf0ff10d7e9666a913e7fe /go.mod
parentf6313f44653ccb0d6e7b92319ade907436802e72 (diff)
implement New* routines for fetching and creating new feeds/pages.
Also includes routines for fetching gemini, http, and gopher resources. TODO: add Update* routines to update existing feeds/pages.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 337d9c1..8940067 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,9 @@ 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
)