aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 00:56:49 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 00:56:49 +0200
commit9a19f31f73d20c15aeb28e5e06b0e7bd7f8480a4 (patch)
tree28f569d8a69d94224a5ca1fec9d5d1a2eb4d8866 /go.mod
parent1e62523249b9837233367bfc37a82b03243c5b9f (diff)
downloadfeed2imap-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.mod4
1 files changed, 1 insertions, 3 deletions
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
0.8&id=58d04f6523b0029281d65f841859fa42d0c744ff&follow=1'>cache_lock: do xstrdup/free on lockfileLars Hjemli1-1/+2 2006-12-11Don't truncate valid cachefilesLars Hjemli3-4/+16 2006-12-11Move global variables + callback functions into shared.cLars Hjemli4-82/+86 2006-12-11Move functions for generic object output into ui-view.cLars Hjemli4-34/+43 2006-12-11Move log-functions into ui-log.cLars Hjemli5-111/+121 2006-12-11Move repo summary functions into ui-summary.cLars Hjemli4-47/+59 2006-12-11Move functions for repolist output into ui-repolist.cLars Hjemli5-70/+90 2006-12-11Move common output-functions into ui-shared.cLars Hjemli4-82/+99 2006-12-11Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli4-28/+29 2006-12-11Avoid infinite loops in caching layerLars Hjemli3-14/+31 2006-12-11Let 'make install' clear all cachefilesLars Hjemli1-0/+2 2006-12-11Fix cache algorithm loopholeLars Hjemli3-11/+16 2006-12-10Add version identifier in generated filesLars Hjemli2-9/+14 2006-12-10Add license file and copyright noticesLars Hjemli5-0/+372 2006-12-10Add caching infrastructureLars Hjemli9-28/+353