1
1
Fork 0
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:
Zack Scholl 2019-11-11 16:16:16 -08:00
parent 639d4d4d3c
commit e5bfe8530b
8 changed files with 947 additions and 107 deletions

2
go.mod
View file

@ -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
)