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-12-19 14:52:44 -08:00
parent 32dee5b559
commit 9ab720e4f7
2 changed files with 81 additions and 50 deletions

25
go.mod
View file

@ -3,19 +3,26 @@ module github.com/schollz/croc/v7
go 1.13
require (
github.com/gin-gonic/gin v1.4.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/gin-gonic/gin v1.5.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gorilla/websocket v1.4.1
github.com/json-iterator/go v1.1.6
github.com/lucas-clemente/quic-go v0.13.1 // indirect
github.com/pion/webrtc/v2 v2.1.13-0.20191114185105-721b342e2e27
github.com/json-iterator/go v1.1.8
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lucas-clemente/quic-go v0.14.1 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pion/dtls/v2 v2.0.0-rc.5 // indirect
github.com/pion/ice v0.7.7 // indirect
github.com/pion/webrtc/v2 v2.1.18
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
github.com/schollz/progressbar/v2 v2.14.2
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
github.com/tscholl2/siec v0.0.0-20191122224205-8da93652b094 // indirect
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915
golang.org/x/sys v0.0.0-20191218084908-4a24b4065292 // indirect
gopkg.in/go-playground/validator.v9 v9.30.2 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)