1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00
This commit is contained in:
Zack Scholl 2019-11-12 15:49:13 -08:00
parent 1fb242308d
commit 6534e6fda6
6 changed files with 83 additions and 22 deletions

6
go.mod
View file

@ -7,8 +7,10 @@ require (
github.com/gorilla/websocket v1.4.1
github.com/json-iterator/go v1.1.6
github.com/pion/webrtc/v2 v2.1.12
github.com/pkg/errors v0.8.1
github.com/schollz/logger v1.0.1
github.com/schollz/pake/v2 v2.0.1
github.com/schollz/pake/v2 v2.0.2
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
github.com/tscholl2/siec v0.0.0-20191103131401-2e0c53a9e212 // indirect
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
)