mirror of
https://github.com/deepch/vdk
synced 2025-12-24 12:47:57 +08:00
10 lines
156 B
Modula-2
10 lines
156 B
Modula-2
module github.com/deepch/vdk
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/pion/interceptor v0.1.0
|
|
github.com/pion/webrtc/v2 v2.2.26
|
|
github.com/pion/webrtc/v3 v3.1.1
|
|
)
|