mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
26 lines
719 B
Modula-2
26 lines
719 B
Modula-2
module github.com/pion/webrtc/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/onsi/gomega v1.17.0 // indirect
|
|
github.com/pion/datachannel v1.5.5
|
|
github.com/pion/dtls/v2 v2.2.7
|
|
github.com/pion/ice/v3 v3.0.0
|
|
github.com/pion/interceptor v0.1.18
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/rtcp v1.2.10
|
|
github.com/pion/rtp v1.8.1
|
|
github.com/pion/sctp v1.8.8
|
|
github.com/pion/sdp/v3 v3.0.6
|
|
github.com/pion/srtp/v3 v3.0.0
|
|
github.com/pion/stun v0.6.1
|
|
github.com/pion/transport/v2 v2.2.3 // indirect
|
|
github.com/pion/transport/v3 v3.0.1
|
|
github.com/sclevine/agouti v3.0.0+incompatible
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/net v0.14.0
|
|
)
|