aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-03 20:00:39 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2023-02-17 23:33:46 +0100
commitdbc65467cae67689efbb83097e0466f5d8f8fe20 (patch)
treec1bf5126db12f87d25dec0f8b6c83e4faea9e8ae /go.mod
parent37341f08feb503a8c87d7991a4d835b023fb2751 (diff)
downloadfeed2imap-go-dbc65467cae67689efbb83097e0466f5d8f8fe20.tar.gz
feed2imap-go-dbc65467cae67689efbb83097e0466f5d8f8fe20.tar.bz2
feed2imap-go-dbc65467cae67689efbb83097e0466f5d8f8fe20.zip
Bump github.com/antonmedv/expr from 1.10.5 to 1.12.0
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.10.5 to 1.12.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.10.5...v1.12.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 910d52e..f100955 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/Necoro/gofeed v1.1.4-0.20230131202059-1fd7d2ee98c3
github.com/Necoro/html2text v0.0.0-20211029113451-0e111ca632ef
github.com/PuerkitoBio/goquery v1.8.0
- github.com/antonmedv/expr v1.10.5
+ github.com/antonmedv/expr v1.12.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