simple-auth working on test client, about to implement in main client
This commit is contained in:
19
cmd/kosmi-client/go.mod
Normal file
19
cmd/kosmi-client/go.mod
Normal file
@@ -0,0 +1,19 @@
|
||||
module github.com/erikfredericks/kosmi-client
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/chromedp/chromedp v0.9.2
|
||||
github.com/gorilla/websocket v1.5.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 // indirect
|
||||
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.2.1 // indirect
|
||||
github.com/josharian/intern v1.0.0 // indirect
|
||||
github.com/mailru/easyjson v0.7.7 // indirect
|
||||
golang.org/x/sys v0.11.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user