From 9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 4 May 2020 00:56:49 +0200 Subject: Fix for go-imap-uidplus has gone upstream, delete replace. --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index be1e736..fb4a99a 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3-54-g00ecf