diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-29 13:52:10 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-10-29 13:52:10 +0200 |
commit | 4b59d684c18e8e829179f3c839176a81780d64ee (patch) | |
tree | fca0cbcab172b10539aabab24af9a7a5fcd9603e /internal/feed/item.go | |
parent | f17f63bb944d886b552facf4b28a557b8e4a64d5 (diff) | |
download | feed2imap-go-4b59d684c18e8e829179f3c839176a81780d64ee.tar.gz feed2imap-go-4b59d684c18e8e829179f3c839176a81780d64ee.tar.bz2 feed2imap-go-4b59d684c18e8e829179f3c839176a81780d64ee.zip |
Renamed forked dependencies, because 'replace' in go.mod leads to problems.
Diffstat (limited to 'internal/feed/item.go')
-rw-r--r-- | internal/feed/item.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/feed/item.go b/internal/feed/item.go index b45f5c5..44e878c 100644 --- a/internal/feed/item.go +++ b/internal/feed/item.go @@ -7,8 +7,8 @@ import ( "strings" "time" + "github.com/Necoro/gofeed" "github.com/google/uuid" - "github.com/mmcdole/gofeed" "github.com/Necoro/feed2imap-go/pkg/config" "github.com/Necoro/feed2imap-go/pkg/util" |