Skip to content

Commit

Permalink
Update html2text dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesd committed Sep 30, 2019
1 parent d569fb4 commit 5584a12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 5584a12

Please sign in to comment.