forked from ionorg/ion-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 752 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/icn-team/ion-sdk-go
go 1.16
require (
github.com/at-wat/ebml-go v0.16.0
github.com/ebml-go/ebml v0.0.0-20160925193348-ca8851a10894 // indirect
github.com/ebml-go/webm v0.0.0-20160924163542-629e38feef2a
github.com/golang/protobuf v1.5.2
github.com/lucsky/cuid v1.2.1
github.com/petar/GoLLRB v0.0.0-20210522233825-ae3b015fd3e9 // indirect
github.com/pion/ice/v2 v2.1.13
github.com/pion/ion v1.10.0
github.com/pion/ion-avp v1.8.4
github.com/pion/ion-log v1.2.1
github.com/pion/mediadevices v0.3.0
github.com/pion/rtcp v1.2.8
github.com/pion/rtp v1.7.4
github.com/pion/sdp/v3 v3.0.4
github.com/pion/webrtc/v3 v3.1.7
github.com/sirupsen/logrus v1.8.1
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
)