diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-18 20:04:05 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-06-18 23:08:56 +0200 |
commit | f1845caa49fb6abe2d6ac57dc2ab9014b091e3f0 (patch) | |
tree | b1ca5cd0ebd80ee81ab61f6817dfa01cd70cb86f /go.mod | |
parent | 3cb9e196867a6c38f0b027128f298cd2cf8018b7 (diff) | |
download | feed2imap-go-f1845caa49fb6abe2d6ac57dc2ab9014b091e3f0.tar.gz feed2imap-go-f1845caa49fb6abe2d6ac57dc2ab9014b091e3f0.tar.bz2 feed2imap-go-f1845caa49fb6abe2d6ac57dc2ab9014b091e3f0.zip |
Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.7.0
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.6.1...v1.7.0)
---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/Necoro/feed2imap-go go 1.16 require ( - github.com/PuerkitoBio/goquery v1.6.1 + github.com/PuerkitoBio/goquery v1.7.0 github.com/antonmedv/expr v1.8.9 github.com/emersion/go-imap v1.1.0 github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 |