2020-04-19 14:50:55 +08:00
|
|
|
module github.com/deepch/vdk
|
|
|
|
|
2021-02-09 09:36:45 +08:00
|
|
|
go 1.15
|
2020-08-09 01:24:23 +08:00
|
|
|
|
2021-02-09 09:39:19 +08:00
|
|
|
require (
|
2022-01-25 19:39:23 +08:00
|
|
|
github.com/pion/interceptor v0.1.6
|
2021-08-29 18:34:06 +08:00
|
|
|
github.com/pion/webrtc/v2 v2.2.26
|
2022-01-25 19:39:23 +08:00
|
|
|
github.com/pion/webrtc/v3 v3.1.17
|
2022-01-27 09:10:06 +08:00
|
|
|
github.com/quadrifoglio/go-mkv v0.0.0-20180620161916-e7a1fc70199c // indirect
|
2021-02-09 09:39:19 +08:00
|
|
|
)
|