diff options
author | Adam Mathes <adam@trenchant.org> | 2020-05-25 11:16:24 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2020-05-25 11:16:24 -0700 |
commit | 7633e6cf05d68a223dcdb2eddb91b8265d8f8b68 (patch) | |
tree | ef49fcac7f9c6ad6dd53bc6518fc077aab7005ce | |
parent | 02dfd9ee72a046cb9ee295bff62a5e739e21625e (diff) | |
download | neko-7633e6cf05d68a223dcdb2eddb91b8265d8f8b68.tar.gz neko-7633e6cf05d68a223dcdb2eddb91b8265d8f8b68.tar.bz2 neko-7633e6cf05d68a223dcdb2eddb91b8265d8f8b68.zip |
upgrade dependencies
-rw-r--r-- | go.mod | 27 |
1 files changed, 16 insertions, 11 deletions
@@ -4,23 +4,28 @@ go 1.12 require ( github.com/GeertJohan/go.rice v1.0.0 - github.com/PuerkitoBio/goquery v1.5.0 - github.com/advancedlogic/GoOse v0.0.0-20180825110909-6cd46faf50eb - github.com/araddon/dateparse v0.0.0-20190510211750-d2ba70357e92 // indirect + github.com/PuerkitoBio/goquery v1.5.1 + github.com/advancedlogic/GoOse v0.0.0-20191112112754-e742535969c1 + github.com/andybalholm/cascadia v1.2.0 // indirect + github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1 // indirect + github.com/daaku/go.zipexe v1.0.1 // indirect github.com/fatih/set v0.2.1 // indirect github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // indirect - github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43 // indirect - github.com/mattn/go-runewidth v0.0.4 // indirect - github.com/mattn/go-sqlite3 v1.10.0 + github.com/go-resty/resty/v2 v2.3.0 // indirect + github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect + github.com/mattn/go-runewidth v0.0.9 // indirect + github.com/mattn/go-sqlite3 v2.0.3+incompatible github.com/microcosm-cc/bluemonday v1.0.2 - github.com/mmcdole/gofeed v1.0.0-beta2 + github.com/mmcdole/gofeed v1.0.0 github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect github.com/ogier/pflag v0.0.1 - github.com/olekukonko/tablewriter v0.0.1 // indirect + github.com/olekukonko/tablewriter v0.0.4 // indirect + github.com/pkg/errors v0.9.1 // indirect github.com/russross/blackfriday v2.0.0+incompatible github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect - github.com/stretchr/testify v1.3.0 // indirect - golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 - gopkg.in/yaml.v2 v2.2.2 + golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 + golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect + golang.org/x/text v0.3.2 // indirect + gopkg.in/yaml.v2 v2.3.0 ) |