mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
28 lines
941 B
Modula-2
28 lines
941 B
Modula-2
module github.com/pions/webrtc
|
|
|
|
require (
|
|
github.com/pions/datachannel v1.2.0
|
|
github.com/pions/dtls v1.2.1
|
|
github.com/pions/rtcp v1.0.0
|
|
github.com/pions/rtp v1.0.0
|
|
github.com/pions/sctp v1.3.1
|
|
github.com/pions/sdp/v2 v2.0.0
|
|
github.com/pions/srtp v1.0.3
|
|
github.com/pions/stun v0.2.0
|
|
github.com/pions/transport v0.1.0
|
|
github.com/pkg/errors v0.8.1
|
|
)
|
|
|
|
require (
|
|
github.com/cheekybits/genny v1.0.0 // indirect
|
|
github.com/cloudflare/sidh v0.0.0-20181111220428-fc8e6378752b // indirect
|
|
github.com/golang/mock v1.2.0 // indirect
|
|
github.com/onsi/ginkgo v1.7.0 // indirect
|
|
github.com/onsi/gomega v1.4.3 // indirect
|
|
github.com/pions/qtls-vendor-extracted v0.0.0-20190210024908-018998217c65 // indirect
|
|
github.com/pions/quic-go v0.7.1-0.20190211221741-ec20a8498576
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect
|
|
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
|
|
)
|