mirror of
https://github.com/encounter/webrtc.git
synced 2026-03-30 11:42:19 -07:00
5817e72f0c
Now using pions/rtp v1.0.1 Updated the README Added myself, to make the CI happy
17 lines
423 B
Modula-2
17 lines
423 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/quic v0.0.1
|
|
github.com/pions/rtcp v1.0.0
|
|
github.com/pions/rtp v1.0.1
|
|
github.com/pions/sctp v1.4.1
|
|
github.com/pions/sdp/v2 v2.1.0
|
|
github.com/pions/srtp v1.0.4
|
|
github.com/pions/stun v0.2.0
|
|
github.com/pions/transport v0.2.0
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|