summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 8 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 891a930..9e24d69 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,14 @@ module golang.nytpu.com/comitium
go 1.13
require (
- git.mills.io/prologic/go-gopher v0.0.0-20210723054659-c5e856b800b8
- git.sr.ht/~adnano/go-gemini v0.1.17
+ git.mills.io/prologic/go-gopher v0.0.0-20220331140345-72e36e5710a1
+ git.sr.ht/~adnano/go-gemini v0.2.3
+ github.com/PuerkitoBio/goquery v1.8.1 // indirect
+ github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/mitchellh/go-homedir v1.1.0
- github.com/mmcdole/gofeed v1.1.0
+ github.com/mmcdole/gofeed v1.2.1
+ github.com/petermattis/goid v0.0.0-20231207134359-e60b3f734c67 // indirect
github.com/spf13/pflag v1.0.5
- golang.org/x/text v0.3.6
+ golang.org/x/net v0.19.0 // indirect
+ golang.org/x/text v0.14.0
)