aboutsummaryrefslogtreecommitdiff
path: root/go.mod (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-04Update actionsRené 'Necoro' Neumann2-5/+5
2020-11-04Fix for GitHub's CVE-2020-15228René 'Necoro' Neumann1-1/+1
2020-11-04go mod tidyRené 'Necoro' Neumann1-6/+4
2020-10-30Bump github.com/antonmedv/expr from 1.8.8 to 1.8.9dependabot-preview[bot]2-1/+2
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>
2020-10-30Bump github.com/PuerkitoBio/goquery from 1.5.1 to 1.6.0dependabot-preview[bot]2-1/+2
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>
2020-10-30Bump github.com/emersion/go-imap from 1.0.5 to 1.0.6dependabot-preview[bot]2-1/+2
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>
2020-10-30Bump github.com/emersion/go-message from 0.12.0 to 0.13.0dependabot-preview[bot]2-1/+2
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>
2020-09-11Fix gofeed version; no other changes due to replaceRené 'Necoro' Neumann1-1/+1
2020-09-11Fix Changelogv0.5.1René 'Necoro' Neumann1-1/+2
2020-09-11Prepare v0.5.1René 'Necoro' Neumann4-4/+6
2020-09-11Bump github.com/google/uuid from 1.1.1 to 1.1.2dependabot-preview[bot]2-1/+3
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>
2020-09-11Update gofeed dep.René 'Necoro' Neumann2-8/+12
Fixes #29.
2020-08-28Bump github.com/google/go-cmp from 0.5.1 to 0.5.2dependabot-preview[bot]2-3/+5
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>
2020-08-22Pretty up the cache interface; ensure feed2imap-go unlocks the cacheRené 'Necoro' Neumann4-5/+11
2020-08-22print-cache should also unlockRené 'Necoro' Neumann2-1/+7
2020-08-22Prepare v0.5.0v0.5.0René 'Necoro' Neumann3-3/+6
2020-08-22#24: Update ChangelogRené 'Necoro' Neumann1-0/+3
2020-08-22Switch back to 'replace' for html2textRené 'Necoro' Neumann3-5/+8
2020-08-22Upgrade some unversioned depsRené 'Necoro' Neumann2-7/+12
2020-08-22go mod tidyRené 'Necoro' Neumann1-10/+0
2020-08-22#24: Use patched version of gofeedRené 'Necoro' Neumann2-0/+10
2020-08-22Fix writing the cacheRené 'Necoro' Neumann1-1/+1
2020-08-22Update README.mdRené 'Necoro' Neumann1-1/+2
More details on groups
2020-08-22Update changelogRené 'Necoro' Neumann1-0/+1
2020-08-22#26: Update changelogRené 'Necoro' Neumann1-0/+3
2020-08-22#26 Update config.yml.exampleRené 'Necoro' Neumann1-0/+11
2020-08-22#26: Introduce new option `auto-target`René 'Necoro' Neumann3-13/+45
2020-08-22One more place to update the Go versionRené 'Necoro' Neumann1-2/+2
2020-08-22Update changelogRené 'Necoro' Neumann1-0/+3
2020-08-22Update to Go 1.15René 'Necoro' Neumann2-3/+3
2020-08-22Improve messageRené 'Necoro' Neumann1-1/+1
2020-08-22Lock file names must be absoluteRené 'Necoro' Neumann1-3/+8
2020-08-22Lock cacheRené 'Necoro' Neumann5-13/+62
2020-08-22Add creation timestamp as headerRené 'Necoro' Neumann2-0/+2
2020-08-05go mod tidyRené 'Necoro' Neumann1-4/+0
2020-07-26Update README.mdRené 'Necoro' Neumann1-0/+6
Mention support by JetBrains
2020-07-24Bump github.com/google/go-cmp from 0.5.0 to 0.5.1dependabot-preview[bot]2-1/+3
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>
2020-06-27Bump github.com/emersion/go-imap from 1.0.4 to 1.0.5dependabot-preview[bot]2-1/+3
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>
2020-06-20Prepare v0.4.1v0.4.1René 'Necoro' Neumann3-3/+9
2020-06-20Fixes a bug where cached items get deleted when the feed is emptyRené 'Necoro' Neumann1-2/+4
2020-06-20print-cache: Tool for printing the contents of the cacheRené 'Necoro' Neumann4-3/+90
2020-06-20go mod tidyRené 'Necoro' Neumann1-6/+0
2020-06-20Fix/add debug messagesRené 'Necoro' Neumann2-2/+7
2020-06-20Bump github.com/gabriel-vasile/mimetype from 1.1.0 to 1.1.1dependabot-preview[bot]2-1/+3
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>
2020-06-20Bump github.com/google/go-cmp from 0.4.1 to 0.5.0dependabot-preview[bot]2-1/+3
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>
2020-06-14replace hardcoded username by secretFlorian Heiderich1-1/+1
2020-06-14update version number in README.txtFlorian Heiderich1-1/+1
2020-05-25Use correct login server for docker hubv0.4.0René 'Necoro' Neumann1-1/+1
2020-05-25Use correct login server for docker hubRené 'Necoro' Neumann1-1/+1
2020-05-25Fix docker image pathes for docker hubRené 'Necoro' Neumann1-2/+2