initial actual player count implementation
This commit is contained in:
18
scripts/go.mod
Normal file
18
scripts/go.mod
Normal file
@@ -0,0 +1,18 @@
|
||||
module jackbox-player-count
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/chromedp/cdproto v0.0.0-20231011050154-1d073bb38998
|
||||
github.com/chromedp/chromedp v0.9.3
|
||||
)
|
||||
|
||||
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.0 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
golang.org/x/sys v0.13.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user