mirror of
https://github.com/tenox7/wrp.git
synced 2024-11-22 10:31:21 +00:00
more mod updates
This commit is contained in:
parent
9056c798d6
commit
993e5723ed
12
go.mod
12
go.mod
@ -1,12 +1,20 @@
|
||||
module github.com/tenox7/wrp
|
||||
|
||||
go 1.16
|
||||
go 1.21.5
|
||||
|
||||
require (
|
||||
github.com/MaxHalford/halfgone v0.0.0-20171017091812-482157b86ccb
|
||||
github.com/chromedp/cdproto v0.0.0-20231205062650-00455a960d61
|
||||
github.com/chromedp/chromedp v0.9.3
|
||||
github.com/gobwas/ws v1.3.1 // indirect
|
||||
github.com/soniakeys/quant v1.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/chromedp/sysutil v1.0.0 // indirect
|
||||
github.com/gobwas/httphead v0.1.0 // indirect
|
||||
github.com/gobwas/pool v0.2.1 // indirect
|
||||
github.com/gobwas/ws v1.3.1 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user