mirror of
https://github.com/jech/galene.git
synced 2024-11-09 02:05:59 +01:00
63cfce9eec
Pion is making incompatible changes, so stick with webrtc 3.0 and rtp 1.6 for now.
17 lines
516 B
Modula-2
17 lines
516 B
Modula-2
module github.com/jech/galene
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/at-wat/ebml-go v0.16.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jech/samplebuilder v0.0.0-20210711185346-d34c6dd315fb
|
|
github.com/pion/ice/v2 v2.1.10
|
|
github.com/pion/rtcp v1.2.6
|
|
github.com/pion/rtp v1.6.6-0.20210512022946-4e87540a7fe6
|
|
github.com/pion/sdp/v3 v3.0.4
|
|
github.com/pion/turn/v2 v2.0.5
|
|
github.com/pion/webrtc/v3 v3.0.32
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
)
|