mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
use master
This commit is contained in:
parent
9339f41935
commit
ccab6e1ff1
2 changed files with 39 additions and 1 deletions
6
go.mod
6
go.mod
|
@ -4,9 +4,11 @@ go 1.13
|
|||
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.4.0
|
||||
github.com/golang/protobuf v1.3.2 // indirect
|
||||
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/lucas-clemente/quic-go v0.13.1 // indirect
|
||||
github.com/pion/webrtc/v2 v2.1.13-0.20191113185836-d8d2295368ec
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/schollz/logger v1.0.1
|
||||
github.com/schollz/pake/v2 v2.0.3-0.20191113001949-efbd97a5fff1
|
||||
|
@ -14,4 +16,6 @@ require (
|
|||
github.com/stretchr/testify v1.4.0
|
||||
github.com/tscholl2/siec v0.0.0-20191103131401-2e0c53a9e212 // indirect
|
||||
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
|
||||
golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
|
||||
golang.org/x/sys v0.0.0-20191113165036-4c7a9d0fe056 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue