forked from ionorg/ion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 843 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.15
require (
github.com/bep/debounce v1.2.0
github.com/cloudwebrtc/nats-discovery v0.3.0
github.com/cloudwebrtc/nats-grpc v1.0.0
github.com/go-redis/redis/v7 v7.4.0
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/golang/protobuf v1.5.2
github.com/improbable-eng/grpc-web v0.14.1
github.com/jhump/protoreflect v1.8.2
github.com/nats-io/nats.go v1.12.0
github.com/onsi/gomega v1.15.0 // indirect
github.com/pion/ion-log v1.2.2
github.com/pion/ion-sfu v1.10.10
github.com/pion/webrtc/v3 v3.1.7
github.com/soheilhy/cmux v0.1.5
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
github.com/tj/assert v0.0.3
golang.org/x/net v0.0.0-20211020060615-d418f374d309
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
)