aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-18 20:21:14 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-08-26 17:00:39 +0200
commitfbf4846f70c8eac84a5f0ff95b8482a169667160 (patch)
tree38c13a7541c2cf207fe550485e6b30677f719857 /go.mod
parent8194c031d298754096bd659c59c385f501593c35 (diff)
downloadfeed2imap-go-fbf4846f70c8eac84a5f0ff95b8482a169667160.tar.gz
feed2imap-go-fbf4846f70c8eac84a5f0ff95b8482a169667160.tar.bz2
feed2imap-go-fbf4846f70c8eac84a5f0ff95b8482a169667160.zip
Bump github.com/antonmedv/expr from 1.12.6 to 1.14.0
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.12.6 to 1.14.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.12.6...v1.14.0) --- updated-dependencies: - dependency-name: github.com/antonmedv/expr dependency-type: direct:production update-type: version-update:semver-minor ... 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 f221fb5..d281b23 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ 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.12.6
+ github.com/antonmedv/expr v1.14.0
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