diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2024-05-12 23:11:56 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2024-05-12 23:11:56 +0200 |
commit | 26e54738aa04e6d94a425345b6a23940547062be (patch) | |
tree | d1c86132dfb5a4b466be0bd89bb5c38d96a29580 /go.mod | |
parent | 5f40b4b394d1e768d59cf33ec507451ec45accc5 (diff) | |
download | feed2imap-go-master.tar.gz feed2imap-go-master.tar.bz2 feed2imap-go-master.zip |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -7,34 +7,33 @@ toolchain go1.22.0 require ( github.com/Necoro/gofeed v1.2.2-0.20240103171247-2bf4de9da5f3 github.com/Necoro/html2text v0.0.0-20230328182301-cda867cd9dbf - github.com/PuerkitoBio/goquery v1.9.0 + github.com/PuerkitoBio/goquery v1.9.2 github.com/emersion/go-imap v1.2.1 github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 - github.com/emersion/go-message v0.18.0 - github.com/expr-lang/expr v1.16.1 + github.com/emersion/go-message v0.18.1 + github.com/expr-lang/expr v1.16.7 github.com/gabriel-vasile/mimetype v1.4.3 github.com/go-shiori/go-readability v0.0.0-20240204090920-819593fddc6b github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/mitchellh/mapstructure v1.5.0 github.com/nightlyone/lockfile v1.0.0 - golang.org/x/net v0.21.0 + golang.org/x/net v0.25.0 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/andybalholm/cascadia v1.3.2 // indirect github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect - github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/mattn/go-runewidth v0.0.15 // indirect - github.com/mmcdole/goxpp v1.1.0 // indirect + github.com/mmcdole/goxpp v1.1.1 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/rivo/uniseg v0.4.7 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect - golang.org/x/text v0.14.0 // indirect + golang.org/x/text v0.15.0 // indirect ) |