aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2023-09-15 15:41:44 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-09-15 15:41:44 +0200
commit6f8907459550c9d438bcb94ee809c75273c2aaf7 (patch)
treeddf063de943090bdb7b1bfe4daa815b003a38d99 /go.mod
parent3e46c66aacc5053e06b4bad01fec1140d7f258f1 (diff)
downloadfeed2imap-go-6f8907459550c9d438bcb94ee809c75273c2aaf7.tar.gz
feed2imap-go-6f8907459550c9d438bcb94ee809c75273c2aaf7.tar.bz2
feed2imap-go-6f8907459550c9d438bcb94ee809c75273c2aaf7.zip
Upgrade dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index cc97e2d..e7e082e 100644
--- a/go.mod
+++ b/go.mod
@@ -6,17 +6,17 @@ require (
github.com/Necoro/gofeed v1.2.2-0.20230305145438-f7a233d95a2f
github.com/Necoro/html2text v0.0.0-20230328182301-cda867cd9dbf
github.com/PuerkitoBio/goquery v1.8.1
- github.com/antonmedv/expr v1.15.1
+ github.com/antonmedv/expr v1.15.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.16.0
+ github.com/emersion/go-message v0.17.0
github.com/gabriel-vasile/mimetype v1.4.2
github.com/go-shiori/go-readability v0.0.0-20230421032831-c66949dfc0ad
github.com/google/go-cmp v0.5.9
- github.com/google/uuid v1.3.0
+ github.com/google/uuid v1.3.1
github.com/mitchellh/mapstructure v1.5.0
github.com/nightlyone/lockfile v1.0.0
- golang.org/x/net v0.14.0
+ golang.org/x/net v0.15.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -27,12 +27,12 @@ require (
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.14 // indirect
+ github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mmcdole/goxpp v1.1.0 // 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.4 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
- golang.org/x/text v0.12.0 // indirect
+ golang.org/x/text v0.13.0 // indirect
)