vdk/go.mod

11 lines
189 B
Modula-2
Raw Normal View History

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 (
github.com/google/uuid v1.3.0
2022-05-27 06:29:09 +08:00
github.com/pion/interceptor v0.1.11
2021-08-29 18:34:06 +08:00
github.com/pion/webrtc/v2 v2.2.26
2022-05-27 06:29:09 +08:00
github.com/pion/webrtc/v3 v3.1.41
2021-02-09 09:39:19 +08:00
)