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

target webrtc master

This commit is contained in:
Zack Scholl 2019-04-04 14:56:04 -07:00
parent 6e4b3dc21c
commit 0814e063e9
2 changed files with 54 additions and 41 deletions

20
go.mod
View file

@ -1,22 +1,16 @@
module github.com/schollz/croc/v5
go 1.12
require (
github.com/go-redis/redis v6.15.2+incompatible
github.com/google/go-cmp v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.1
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pions/transport v0.5.0 // indirect
github.com/pions/webrtc v1.2.0
github.com/pkg/errors v0.8.1 // indirect
github.com/pions/pkg v0.0.0-20181115215726-b60cd756f712 // indirect
github.com/pions/webrtc v1.2.1-0.20190404195536-1202dbaa06ad
github.com/schollz/mnemonicode v1.0.1
github.com/schollz/pake v1.1.0
github.com/schollz/progressbar/v2 v2.10.0
github.com/schollz/progressbar/v2 v2.11.0
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
gotest.tools v2.2.0+incompatible // indirect
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
)