mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +02:00
chore: debug mode prints more information
This commit is contained in:
parent
f32d060bef
commit
f7bad72f6a
4 changed files with 54 additions and 9 deletions
11
go.mod
11
go.mod
|
@ -20,7 +20,16 @@ require (
|
|||
golang.org/x/time v0.5.0
|
||||
)
|
||||
|
||||
require github.com/minio/highwayhash v1.0.3
|
||||
require (
|
||||
github.com/minio/highwayhash v1.0.3
|
||||
github.com/pion/stun v0.6.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/pion/dtls/v2 v2.2.7 // indirect
|
||||
github.com/pion/logging v0.2.2 // indirect
|
||||
github.com/pion/transport/v2 v2.2.1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue