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

increase buffer

This commit is contained in:
Zack Scholl 2019-04-04 16:56:04 -07:00
parent 56f9d576ff
commit a1b5de3abe
3 changed files with 112 additions and 83 deletions

2
go.mod
View file

@ -5,12 +5,12 @@ go 1.12
require (
github.com/go-redis/redis v6.15.2+incompatible
github.com/mattn/go-colorable v0.1.1
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.11.0
github.com/sirupsen/logrus v1.4.1
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
)