diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-16 20:03:57 +0000 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-07-17 20:10:41 +0200 |
commit | c62b43cf4806ac5f03599bd4f25e96357bc03148 (patch) | |
tree | a6a970d232018ed0f6293d1ce9df1cbf9621729a /go.mod | |
parent | c4466e5173c46f142def4fbb753a12372d1e28dc (diff) | |
download | feed2imap-go-c62b43cf4806ac5f03599bd4f25e96357bc03148.tar.gz feed2imap-go-c62b43cf4806ac5f03599bd4f25e96357bc03148.tar.bz2 feed2imap-go-c62b43cf4806ac5f03599bd4f25e96357bc03148.zip |
Bump github.com/PuerkitoBio/goquery from 1.7.0 to 1.7.1
Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/PuerkitoBio/goquery/releases)
- [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.7.0...v1.7.1)
---
updated-dependencies:
- dependency-name: github.com/PuerkitoBio/goquery
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ module github.com/Necoro/feed2imap-go go 1.16 require ( - github.com/PuerkitoBio/goquery v1.7.0 + github.com/PuerkitoBio/goquery v1.7.1 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 @@ -14,7 +14,7 @@ require ( github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 github.com/mmcdole/gofeed v1.1.3 github.com/nightlyone/lockfile v1.0.0 - golang.org/x/net v0.0.0-20210505024714-0287a6fb4125 + golang.org/x/net v0.0.0-20210614182718-04defd469f4e gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b ) |