|
@@ -6,6 +6,8 @@ require (
|
|
github.com/PuerkitoBio/goquery v1.9.2
|
|
github.com/PuerkitoBio/goquery v1.9.2
|
|
github.com/beego/bee/v2 v2.1.0
|
|
github.com/beego/bee/v2 v2.1.0
|
|
github.com/beego/beego/v2 v2.1.4
|
|
github.com/beego/beego/v2 v2.1.4
|
|
|
|
+ github.com/chromedp/cdproto v0.0.0-20240202021202-6d0b6a386732
|
|
|
|
+ github.com/chromedp/chromedp v0.9.5
|
|
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
|
|
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
|
|
github.com/mozillazg/go-pinyin v0.20.0
|
|
github.com/mozillazg/go-pinyin v0.20.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
@@ -15,14 +17,13 @@ require (
|
|
github.com/tealeg/xlsx v1.0.5
|
|
github.com/tealeg/xlsx v1.0.5
|
|
github.com/xuri/excelize/v2 v2.8.0
|
|
github.com/xuri/excelize/v2 v2.8.0
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/net v0.24.0
|
|
|
|
+ golang.org/x/text v0.14.0
|
|
)
|
|
)
|
|
|
|
|
|
require (
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
- github.com/chromedp/cdproto v0.0.0-20240202021202-6d0b6a386732 // indirect
|
|
|
|
- github.com/chromedp/chromedp v0.9.5 // indirect
|
|
|
|
github.com/chromedp/sysutil v1.0.0 // indirect
|
|
github.com/chromedp/sysutil v1.0.0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
@@ -54,7 +55,6 @@ require (
|
|
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
|
|
github.com/xuri/nfp v0.0.0-20230819163627-dc951e3ffe1a // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/crypto v0.22.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
- golang.org/x/text v0.14.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
)
|