2020-04-19 14:50:55 +08:00
|
|
|
module github.com/deepch/vdk
|
|
|
|
|
|
|
|
go 1.14
|
2020-08-09 01:24:23 +08:00
|
|
|
|
2021-01-05 09:21:25 +08:00
|
|
|
require (
|
|
|
|
github.com/pion/webrtc/v2 v2.2.23 // indirect
|
|
|
|
github.com/pion/webrtc/v3 v3.0.1 // indirect
|
2021-02-09 09:27:04 +08:00
|
|
|
github.com/q191201771/lal v0.19.1 // indirect
|
2021-01-05 09:21:25 +08:00
|
|
|
)
|