aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-08 20:40:56 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-09-15 15:34:44 +0200
commit3e46c66aacc5053e06b4bad01fec1140d7f258f1 (patch)
tree878d4e6a40459b19122b940e593eb6af1b526363 /go.mod
parent5d93202ff3d9fe6b851d42996383adf59b6a896f (diff)
downloadfeed2imap-go-3e46c66aacc5053e06b4bad01fec1140d7f258f1.tar.gz
feed2imap-go-3e46c66aacc5053e06b4bad01fec1140d7f258f1.tar.bz2
feed2imap-go-3e46c66aacc5053e06b4bad01fec1140d7f258f1.zip
Bump github.com/antonmedv/expr from 1.14.0 to 1.15.1
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.14.0 to 1.15.1. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.14.0...v1.15.1) --- 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 a14251d..cc97e2d 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.14.0
+ github.com/antonmedv/expr v1.15.1
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