aboutsummaryrefslogtreecommitdiff
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump github.com/google/uuid from 1.2.0 to 1.3.0dependabot[bot]2021-07-171-1/+1
| | | | | | | | | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/PuerkitoBio/goquery from 1.7.0 to 1.7.1dependabot[bot]2021-07-171-2/+2
| | | | | | | | | | | | | | 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>
* Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1dependabot[bot]2021-07-021-1/+1
| | | | | | | | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/PuerkitoBio/goquery from 1.6.1 to 1.7.0dependabot[bot]2021-06-181-1/+1
| | | | | | | | | | | | | | 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>
* Bump github.com/emersion/go-message from 0.14.1 to 0.15.0dependabot[bot]2021-06-181-1/+1
| | | | | | | | | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.14.1...v0.15.0) --- updated-dependencies: - dependency-name: github.com/emersion/go-message dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade yaml.v3 dependencyRené 'Necoro' Neumann2021-06-021-1/+1
| | | | | This breaks null handling, due to this commit: https://github.com/go-yaml/yaml/commit/c8046fb8b3d403e9f4565c3ad668393eb4344da6
* Bump github.com/google/go-cmp from 0.5.5 to 0.5.6dependabot[bot]2021-06-021-1/+1
| | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.5 to 0.5.6. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.5...v0.5.6) Signed-off-by: dependabot[bot] <support@github.com>
* Upgrade go-imap to 1.1.0René 'Necoro' Neumann2021-05-121-1/+1
|
* Update dependenciesRené 'Necoro' Neumann2021-05-111-2/+2
|
* Revert "#47: Upgrade to fixed go-imap"René 'Necoro' Neumann2021-05-101-1/+1
| | | | This reverts commit 4635c493e7bb2cfb22c8136f9943e94ce54d0df3.
* #47: Upgrade to fixed go-imapRené 'Necoro' Neumann2021-05-051-1/+1
|
* Upgrade gofeed dependencyRené 'Necoro' Neumann2021-04-231-2/+2
|
* Bump github.com/google/go-cmp from 0.5.4 to 0.5.5dependabot[bot]2021-03-051-1/+1
| | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.4...v0.5.5) Signed-off-by: dependabot[bot] <support@github.com>
* Update gofeedRené 'Necoro' Neumann2021-02-261-1/+1
|
* Increment go-version to 1.16René 'Necoro' Neumann2021-02-161-1/+1
|
* Bump github.com/google/uuid from 1.1.4 to 1.2.0dependabot[bot]2021-02-151-1/+1
| | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.4...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/PuerkitoBio/goquery from 1.6.0 to 1.6.1dependabot[bot]2021-01-201-1/+1
| | | | | | | Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.6.0...v1.6.1) Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/google/uuid from 1.1.2 to 1.1.4dependabot[bot]2021-01-091-1/+1
| | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.2 to 1.1.4. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.2...v1.1.4) Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/emersion/go-message from 0.14.0 to 0.14.1 (#42)dependabot[bot]2021-01-091-1/+1
| | | | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.14.0 to 0.14.1. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.14.0...v0.14.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/emersion/go-message from 0.13.0 to 0.14.0 (#38)dependabot[bot]2020-11-281-1/+1
| | | | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.13.0...v0.14.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37)dependabot[bot]2020-11-281-1/+1
| | | | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.2...v0.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/gabriel-vasile/mimetype from 1.1.1 to 1.1.2dependabot[bot]2020-11-201-1/+1
| | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.1...v1.1.2) Signed-off-by: dependabot[bot] <support@github.com>
* Bump github.com/antonmedv/expr from 1.8.8 to 1.8.9dependabot-preview[bot]2020-10-301-1/+1
| | | | | | | Bumps [github.com/antonmedv/expr](https://github.com/antonmedv/expr) from 1.8.8 to 1.8.9. - [Release notes](https://github.com/antonmedv/expr/releases) - [Commits](https://github.com/antonmedv/expr/compare/v1.8.8...v1.8.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump github.com/PuerkitoBio/goquery from 1.5.1 to 1.6.0dependabot-preview[bot]2020-10-301-1/+1
| | | | | | | Bumps [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](https://github.com/PuerkitoBio/goquery/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump github.com/emersion/go-imap from 1.0.5 to 1.0.6dependabot-preview[bot]2020-10-301-1/+1
| | | | | | | Bumps [github.com/emersion/go-imap](https://github.com/emersion/go-imap) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/emersion/go-imap/releases) - [Commits](https://github.com/emersion/go-imap/compare/v1.0.5...v1.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump github.com/emersion/go-message from 0.12.0 to 0.13.0dependabot-preview[bot]2020-10-301-1/+1
| | | | | | | Bumps [github.com/emersion/go-message](https://github.com/emersion/go-message) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/emersion/go-message/releases) - [Commits](https://github.com/emersion/go-message/compare/v0.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix gofeed version; no other changes due to replaceRené 'Necoro' Neumann2020-09-111-1/+1
|
* Bump github.com/google/uuid from 1.1.1 to 1.1.2dependabot-preview[bot]2020-09-111-1/+1
| | | | | | | Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.1.1...v1.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Update gofeed dep.René 'Necoro' Neumann2020-09-111-2/+2
| | | | Fixes #29.
* Bump github.com/google/go-cmp from 0.5.1 to 0.5.2dependabot-preview[bot]2020-08-281-3/+3
| | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.1...v0.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Switch back to 'replace' for html2textRené 'Necoro' Neumann2020-08-221-2/+5
|
* Upgrade some unversioned depsRené 'Necoro' Neumann2020-08-221-3/+3
|
* #24: Use patched version of gofeedRené 'Necoro' Neumann2020-08-221-0/+2
|
* Update to Go 1.15René 'Necoro' Neumann2020-08-221-1/+1
|
* Lock cacheRené 'Necoro' Neumann2020-08-221-0/+1
|
* Bump github.com/google/go-cmp from 0.5.0 to 0.5.1dependabot-preview[bot]2020-07-241-1/+1
| | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.0...v0.5.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump github.com/emersion/go-imap from 1.0.4 to 1.0.5dependabot-preview[bot]2020-06-271-1/+1
| | | | | | | Bumps [github.com/emersion/go-imap](https://github.com/emersion/go-imap) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/emersion/go-imap/releases) - [Commits](https://github.com/emersion/go-imap/compare/v1.0.4...v1.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump github.com/gabriel-vasile/mimetype from 1.1.0 to 1.1.1dependabot-preview[bot]2020-06-201-1/+1
| | | | | | | | Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Changelog](https://github.com/gabriel-vasile/mimetype/blob/master/CHANGELOG.md) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.1.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump github.com/google/go-cmp from 0.4.1 to 0.5.0dependabot-preview[bot]2020-06-201-1/+1
| | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.1...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump github.com/google/go-cmp from 0.4.0 to 0.4.1dependabot-preview[bot]2020-05-251-1/+1
| | | | | | | Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* New option 'item-filter'René 'Necoro' Neumann2020-05-211-0/+1
|
* Use stable version of gofeedRené 'Necoro' Neumann2020-05-111-1/+1
|
* Upgrade html2textRené 'Necoro' Neumann2020-05-101-3/+1
|
* Switch to our own html2text fork for the time beingRené 'Necoro' Neumann2020-05-101-1/+1
|
* Text part in emailsRené 'Necoro' Neumann2020-05-101-0/+3
|
* Updating some depsRené 'Necoro' Neumann2020-05-071-2/+2
|
* Better detection if a text starts with html or notRené 'Necoro' Neumann2020-05-071-1/+1
|
* Update depsRené 'Necoro' Neumann2020-05-041-1/+2
|
* Fix for go-imap-uidplus has gone upstream, delete replace.René 'Necoro' Neumann2020-05-041-3/+1
|
* Use UIDPLUS Imap extensionRené 'Necoro' Neumann2020-05-031-0/+3
|