aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2024-04-11 16:15:21 -0700
committerAdam Mathes <adam@trenchant.org>2024-04-11 16:15:21 -0700
commitfd747e166a1f1a1f22a27e44810836b2bd2244c7 (patch)
treeedb334bf0d0a596baeeb62a1aff7d469885a2f98
parent9b01daed4183fa516b99f003b49256ceac23bbbf (diff)
downloadneko-master.tar.gz
neko-master.tar.bz2
neko-master.zip
update dependenciesHEADmaster
-rw-r--r--go.mod35
1 files changed, 25 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index 76d21ed..204e27c 100644
--- a/go.mod
+++ b/go.mod
@@ -1,26 +1,41 @@
module adammathes.com/neko
-go 1.12
+go 1.21
+
+toolchain go1.22.1
require (
github.com/GeertJohan/go.rice v1.0.0
- github.com/PuerkitoBio/goquery v1.6.0
+ github.com/PuerkitoBio/goquery v1.8.1
github.com/advancedlogic/GoOse v0.0.0-20200830213114-1225d531e0ad
- github.com/andybalholm/cascadia v1.2.0 // indirect
+ github.com/mattn/go-sqlite3 v1.14.16
+ github.com/microcosm-cc/bluemonday v1.0.26
+ github.com/mmcdole/gofeed v1.1.0
+ github.com/ogier/pflag v0.0.1
+ github.com/russross/blackfriday v2.0.0+incompatible
+ golang.org/x/crypto v0.14.0
+ gopkg.in/yaml.v2 v2.3.0
+)
+
+require (
+ github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4 // indirect
+ github.com/aymerick/douceur v0.2.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/gorilla/css v1.0.0 // indirect
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
- 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/json-iterator/go v1.1.10 // indirect
+ github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
- github.com/ogier/pflag v0.0.1
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
- github.com/russross/blackfriday v2.0.0+incompatible
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
- gopkg.in/yaml.v2 v2.3.0
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
+ github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
+ golang.org/x/net v0.17.0 // indirect
+ golang.org/x/text v0.13.0 // indirect
)