forked from ionorg/ion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 864 Bytes
/
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
module github.com/pion/ion
go 1.13
require (
github.com/cloudwebrtc/nats-discovery v0.1.0
github.com/cloudwebrtc/nats-grpc v0.1.3
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-redis/redis/v7 v7.4.0
github.com/golang/protobuf v1.4.3
github.com/improbable-eng/grpc-web v0.13.0
github.com/nats-io/nats-server/v2 v2.1.9
github.com/nats-io/nats.go v1.10.0
github.com/pion/ion-avp v1.8.2
github.com/pion/ion-log v1.0.0
github.com/pion/ion-sfu v1.9.3
github.com/pion/webrtc/v3 v3.0.11
github.com/pixelbender/go-sdp v1.1.0
github.com/soheilhy/cmux v0.1.4
github.com/spf13/viper v1.7.1
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693
github.com/stretchr/testify v1.7.0
github.com/tj/assert v0.0.3
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.25.0
)