1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

check ordering

This commit is contained in:
Zack Scholl 2019-11-11 16:59:22 -08:00
parent e5bfe8530b
commit 5b5e97277e
4 changed files with 95 additions and 17 deletions

3
go.mod
View file

@ -7,7 +7,8 @@ require (
github.com/gin-gonic/gin v1.4.0
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.1
github.com/pion/webrtc/v2 v2.1.12
github.com/schollz/logger v1.0.1
github.com/schollz/pake/v2 v2.0.1
golang.org/x/crypto v0.0.0-20190907121410-71b5226ff739
golang.org/x/crypto v0.0.0-20191001170739-f9e2070545dc
)