mirror of
https://github.com/pion/webrtc.git
synced 2025-10-27 01:00:35 +08:00
23 lines
613 B
Modula-2
23 lines
613 B
Modula-2
module github.com/pion/webrtc/v3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pion/datachannel v1.4.21
|
|
github.com/pion/dtls/v2 v2.0.4
|
|
github.com/pion/ice/v2 v2.0.13
|
|
github.com/pion/interceptor v0.0.5
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/quic v0.1.4
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/rtcp v1.2.5
|
|
github.com/pion/rtp v1.6.1
|
|
github.com/pion/sctp v1.7.11
|
|
github.com/pion/sdp/v3 v3.0.3
|
|
github.com/pion/srtp/v2 v2.0.0-rc.3
|
|
github.com/pion/transport v0.12.0
|
|
github.com/sclevine/agouti v3.0.0+incompatible
|
|
github.com/stretchr/testify v1.6.1
|
|
golang.org/x/net v0.0.0-20201201195509-5d6afe98e0b7
|
|
)
|