vdk/go.mod
Andrey Semochkin 981746cd6a pion update
2021-02-09 04:39:19 +03:00

9 lines
144 B
Modula-2

module github.com/deepch/vdk
go 1.15
require (
github.com/pion/webrtc/v2 v2.2.26 // indirect
github.com/pion/webrtc/v3 v3.0.5 // indirect
)