forked from ionorg/ion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (33 loc) · 1.38 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
module github.com/pion/ion
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/at-wat/ebml-go v0.11.0
github.com/cloudwebrtc/go-protoo v0.0.0-20200510140124-cf4744e87257
github.com/cloudwebrtc/nats-protoo v0.0.0-20200328144814-d3c1c848d442
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-redis/redis/v7 v7.2.0
github.com/google/uuid v1.1.1
github.com/json-iterator/go v1.1.9 // indirect
github.com/klauspost/cpuid v1.2.3 // indirect
github.com/klauspost/reedsolomon v1.9.3 // indirect
github.com/nats-io/nats-server/v2 v2.1.4 // indirect
github.com/notedit/sdp v0.0.4
github.com/pion/rtcp v1.2.1
github.com/pion/rtp v1.5.3
github.com/pion/stun v0.3.3
github.com/pion/transport v0.10.0
github.com/pion/webrtc/v2 v2.2.13
github.com/rs/zerolog v1.18.0
github.com/shirou/gopsutil v2.20.4+incompatible
github.com/spf13/viper v1.7.0
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.3.1 // indirect
github.com/xtaci/kcp-go v5.4.20+incompatible
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
go.etcd.io/etcd v3.3.18+incompatible
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
sigs.k8s.io/yaml v1.2.0 // indirect
)