mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add some more websocket stuff
This commit is contained in:
parent
639d4d4d3c
commit
e5bfe8530b
8 changed files with 947 additions and 107 deletions
2
go.mod
2
go.mod
|
@ -8,4 +8,6 @@ require (
|
|||
github.com/gorilla/mux v1.7.3
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
github.com/schollz/logger v1.0.1
|
||||
github.com/schollz/pake/v2 v2.0.1
|
||||
golang.org/x/crypto v0.0.0-20190907121410-71b5226ff739
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue