mirror of https://github.com/cbeuw/Cloak
Stream optimisations
This commit is contained in:
parent
0f9830e716
commit
3bd40b2066
1
go.mod
1
go.mod
|
|
@ -4,6 +4,7 @@ require (
|
||||||
github.com/boltdb/bolt v1.3.1
|
github.com/boltdb/bolt v1.3.1
|
||||||
github.com/gorilla/mux v1.7.3
|
github.com/gorilla/mux v1.7.3
|
||||||
github.com/juju/ratelimit v1.0.1
|
github.com/juju/ratelimit v1.0.1
|
||||||
|
github.com/kr/pretty v0.1.0 // indirect
|
||||||
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b
|
golang.org/x/crypto v0.0.0-20190123085648-057139ce5d2b
|
||||||
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
|
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
|
||||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue