aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-24 20:56:36 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-03-28 19:30:30 +0200
commitb381b1abaf1fabbe31b11076af5c12ffb9ec812c (patch)
treef54af6c643755cf7c5c9f178ea85f55ed56f0053 /go.mod
parent3969b14515bd4962003b299e78e199eaf7b5d71a (diff)
downloadfeed2imap-go-b381b1abaf1fabbe31b11076af5c12ffb9ec812c.tar.gz
feed2imap-go-b381b1abaf1fabbe31b11076af5c12ffb9ec812c.tar.bz2
feed2imap-go-b381b1abaf1fabbe31b11076af5c12ffb9ec812c.zip
Bump github.com/antonmedv/expr from 1.12.3 to 1.12.5
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.3 to 1.12.5. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.12.3...v1.12.5) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 0036174..2814601 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/Necoro/gofeed v1.2.2-0.20230305145438-f7a233d95a2f
github.com/Necoro/html2text v0.0.0-20211029113451-0e111ca632ef
github.com/PuerkitoBio/goquery v1.8.1
- github.com/antonmedv/expr v1.12.3
+ github.com/antonmedv/expr v1.12.5
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