mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
works server<->server
This commit is contained in:
parent
5b5e97277e
commit
3847e5d1ad
9 changed files with 831 additions and 9 deletions
11
go.mod
11
go.mod
|
@ -3,12 +3,21 @@ module github.com/schollz/croc/v7
|
|||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
github.com/gin-contrib/cors v1.3.0
|
||||
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/pions/webrtc v1.2.0
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/schollz/croc/v6 v6.2.0
|
||||
github.com/schollz/logger v1.0.1
|
||||
github.com/schollz/pake v1.1.1
|
||||
github.com/schollz/pake/v2 v2.0.1
|
||||
golang.org/x/crypto v0.0.0-20191001170739-f9e2070545dc
|
||||
github.com/schollz/peerdiscovery v1.4.1
|
||||
github.com/schollz/progressbar/v2 v2.14.0
|
||||
github.com/schollz/spinner v0.0.0-20180925172146-6bbc5f7804f9
|
||||
github.com/stretchr/testify v1.4.0
|
||||
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue