vdk/go.mod
2021-01-05 04:21:25 +03:00

9 lines
144 B
Modula-2

module github.com/deepch/vdk
go 1.14
require (
github.com/pion/webrtc/v2 v2.2.23 // indirect
github.com/pion/webrtc/v3 v3.0.1 // indirect
)