mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-03 00:03:37 +05:00
Add parallel site parser
This commit is contained in:
parent
f9fe602c15
commit
c64744b36e
3 changed files with 70 additions and 51 deletions
11
go.mod
11
go.mod
|
@ -1,15 +1,16 @@
|
|||
module github.com/nxshock/promodj
|
||||
|
||||
go 1.16
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.4.1
|
||||
github.com/PuerkitoBio/goquery v1.7.1
|
||||
github.com/BurntSushi/toml v1.0.0
|
||||
github.com/PuerkitoBio/goquery v1.8.0
|
||||
github.com/creasty/defaults v1.5.2
|
||||
github.com/djherbis/buffer v1.2.0 // indirect
|
||||
github.com/djherbis/nio/v3 v3.0.1
|
||||
github.com/gookit/goutil v0.3.15 // indirect
|
||||
github.com/gookit/goutil v0.4.4 // indirect
|
||||
github.com/gookit/validate v1.2.11
|
||||
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
|
||||
github.com/nxshock/gwp v0.1.3
|
||||
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
|
||||
gopkg.in/djherbis/buffer.v1 v1.1.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue