From 5584a1242cf4b430d888a076c5b1dd4645db089b Mon Sep 17 00:00:00 2001 From: James Davidson Date: Mon, 30 Sep 2019 12:18:04 -0700 Subject: [PATCH] Update html2text dependency --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5c31608..df4cc24 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.12 require ( github.com/PuerkitoBio/goquery v0.0.0-20180128195650-09540e565986 // indirect github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect - github.com/jaytaylor/html2text v0.0.0-20180130233801-e76a2f8aa970 + github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43 github.com/mattn/go-runewidth v0.0.0-20170201022620-9e777a8366cc // indirect github.com/mmcdole/gofeed v1.0.0-beta github.com/mmcdole/goxpp v0.0.0-20170720115402-77e4a51a73ed // indirect diff --git a/go.sum b/go.sum index 908d69e..7d6fa90 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8 github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/jaytaylor/html2text v0.0.0-20180130233801-e76a2f8aa970 h1:2wDLCFBoYZ3Kdwgrq+zuT4xmiO/IfbETquMhrbBDplk= github.com/jaytaylor/html2text v0.0.0-20180130233801-e76a2f8aa970/go.mod h1:CVKlgaMiht+LXvHG173ujK6JUhZXKb2u/BQtjPDIvyk= +github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43 h1:jTkyeF7NZ5oIr0ESmcrpiDgAfoidCBF4F5kJhjtaRwE= +github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43/go.mod h1:CVKlgaMiht+LXvHG173ujK6JUhZXKb2u/BQtjPDIvyk= github.com/mattn/go-runewidth v0.0.0-20170201022620-9e777a8366cc h1:bw8SLroO8um5fB4DnuQDARZJeTFoVNfyHRts0ovMaoE= github.com/mattn/go-runewidth v0.0.0-20170201022620-9e777a8366cc/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mmcdole/gofeed v1.0.0-beta h1:SS3DZ1ppBWCMG1+zKCUeaWQP1EyF1+ioMxx2IqpslT4=