diff options
| author | nytpu <alex@nytpu.com> | 2023-12-31 15:50:35 -0700 |
|---|---|---|
| committer | nytpu <alex@nytpu.com> | 2023-12-31 15:50:35 -0700 |
| commit | d1ec2e65d6775036af6c132bd0d8580b6decf608 (patch) | |
| tree | fb681a50b89d0176a4204f2fcd3aae8715058883 /go.mod | |
| parent | dd430cd9bc878efadb54e24a68beb0867da6af13 (diff) | |
Update dependency versions
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 ) |
