diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-04 00:56:49 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-04 00:56:49 +0200 |
commit | 9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4 (patch) | |
tree | 28f569d8a69d94224a5ca1fec9d5d1a2eb4d8866 /go.mod | |
parent | 1e62523249b9837233367bfc37a82b03243c5b9f (diff) | |
download | feed2imap-go-9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4.tar.gz feed2imap-go-9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4.tar.bz2 feed2imap-go-9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4.zip |
Fix for go-imap-uidplus has gone upstream, delete replace.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -5,7 +5,7 @@ go 1.14 require ( github.com/PuerkitoBio/goquery v1.5.0 github.com/emersion/go-imap v1.0.4 - github.com/emersion/go-imap-uidplus v0.0.0-20190115233941-506176eeb0f6 + github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9 github.com/emersion/go-message v0.11.3-0.20200422153910-8c6ac6b57e3d github.com/gabriel-vasile/mimetype v1.1.0 github.com/google/go-cmp v0.4.0 @@ -13,5 +13,3 @@ require ( github.com/mmcdole/gofeed v1.0.0-beta2.0.20200331235650-4298e4366be3 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c ) - -replace github.com/emersion/go-imap-uidplus => github.com/Necoro/go-imap-uidplus v0.0.0-20200503000539-a17018888f1a |