diff options
author | Adam Mathes <adam@trenchant.org> | 2023-04-10 10:54:48 -0700 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2023-04-10 10:54:48 -0700 |
commit | 9b01daed4183fa516b99f003b49256ceac23bbbf (patch) | |
tree | 5a19d5a8b7d6f32f9e70cad71adf7a020c8529af | |
parent | 2d70df274f48787c30bf575635f89838d94f65fd (diff) | |
download | neko-9b01daed4183fa516b99f003b49256ceac23bbbf.tar.gz neko-9b01daed4183fa516b99f003b49256ceac23bbbf.tar.bz2 neko-9b01daed4183fa516b99f003b49256ceac23bbbf.zip |
update dependencies
-rw-r--r-- | go.mod | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -8,15 +8,11 @@ require ( github.com/advancedlogic/GoOse v0.0.0-20200830213114-1225d531e0ad github.com/andybalholm/cascadia v1.2.0 // indirect github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4 // indirect - github.com/codegangsta/cli v1.20.0 // 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/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.5 + github.com/mattn/go-sqlite3 v1.14.16 + github.com/microcosm-cc/bluemonday v1.0.23 github.com/mmcdole/gofeed v1.1.0 github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect @@ -25,9 +21,6 @@ require ( 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 - golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 - golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect + golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 gopkg.in/yaml.v2 v2.3.0 ) |