aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-13 20:02:45 +0000
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-08-13 22:32:25 +0200
commitba3c0615cbbcf487e128cf0b3f7741d52754fe4a (patch)
treee9a382c87115b489596117b708c6f82ea8535a54 /go.mod
parent25625c1e53cbf7d6668222cd94998088f4e6b6d2 (diff)
downloadfeed2imap-go-ba3c0615cbbcf487e128cf0b3f7741d52754fe4a.tar.gz
feed2imap-go-ba3c0615cbbcf487e128cf0b3f7741d52754fe4a.tar.bz2
feed2imap-go-ba3c0615cbbcf487e128cf0b3f7741d52754fe4a.zip
Bump github.com/antonmedv/expr from 1.8.9 to 1.9.0
Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.8.9 to 1.9.0. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.8.9...v1.9.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 b44003a..7990a77 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.16
require (
github.com/PuerkitoBio/goquery v1.7.1
- github.com/antonmedv/expr v1.8.9
+ github.com/antonmedv/expr v1.9.0
github.com/emersion/go-imap v1.1.0
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
github.com/emersion/go-message v0.15.0