forked from ionorg/ion-sfu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (37 loc) · 1.37 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/pion/ion-sfu
go 1.13
require (
github.com/bep/debounce v1.2.0
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/gammazero/deque v0.0.0-20201010052221-3932da5530cc
github.com/gammazero/workerpool v1.1.1
github.com/go-logr/logr v0.4.0
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/improbable-eng/grpc-web v0.13.0
github.com/lucsky/cuid v1.0.2
github.com/pion/dtls/v2 v2.0.8
github.com/pion/ice/v2 v2.0.15
github.com/pion/ion-log v1.0.0
github.com/pion/logging v0.2.2
github.com/pion/rtcp v1.2.6
github.com/pion/rtp v1.6.2
github.com/pion/sdp/v3 v3.0.4
github.com/pion/transport v0.12.2
github.com/pion/turn/v2 v2.0.5
github.com/pion/webrtc/v3 v3.0.10
github.com/prometheus/client_golang v1.9.0
github.com/rs/cors v1.7.0 // indirect
github.com/rs/zerolog v1.20.0
github.com/soheilhy/cmux v0.1.4
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210217090653-ed5674b6da4a // indirect
google.golang.org/grpc v1.35.0
google.golang.org/grpc/examples v0.0.0-20201209011439-fd32f6a4fefe // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/ini.v1 v1.51.1 // indirect
)