aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 23:07:24 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 23:07:24 +0200
commitabe91b14f1742abdfd8f0dc80a38dd8840c5de79 (patch)
tree41696ab580377bafaa4e557d3b0490aa2769d53b /go.mod
parent5e5d848b1324cc5ea3991276f2a0750883e5aab0 (diff)
downloadfeed2imap-go-abe91b14f1742abdfd8f0dc80a38dd8840c5de79.tar.gz
feed2imap-go-abe91b14f1742abdfd8f0dc80a38dd8840c5de79.tar.bz2
feed2imap-go-abe91b14f1742abdfd8f0dc80a38dd8840c5de79.zip
Switch to our own html2text fork for the time being
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 05b3ca0..2dc91a2 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/Necoro/feed2imap-go
go 1.14
require (
+ github.com/Necoro/html2text v0.0.0-20200510154123-c8759788e76c
github.com/PuerkitoBio/goquery v1.5.1
github.com/emersion/go-imap v1.0.4
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
@@ -10,7 +11,6 @@ require (
github.com/gabriel-vasile/mimetype v1.1.0
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
- github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7
github.com/mmcdole/gofeed v1.0.0-beta2.0.20200331235650-4298e4366be3
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect