1
Fork 0
galene/go.mod

16 lines
396 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/pion/ice/v2 v2.1.7
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.27
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
)