This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.47 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
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.9.2
github.com/cloudwebrtc/go-protoo v0.0.0-20200324091126-61fe57ffd18f
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 // indirect
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/modern-go/reflect2 v1.0.1 // indirect
github.com/nats-io/nats-server/v2 v2.1.4 // indirect
github.com/notedit/sdp v0.0.2
github.com/pion/rtcp v1.2.1
github.com/pion/rtp v1.4.0
github.com/pion/stun v0.3.3
github.com/pion/transport v0.10.0
github.com/pion/webrtc/v2 v2.2.5-0.20200329193949-862d30743ef3
github.com/rs/zerolog v1.17.2
github.com/shirou/gopsutil v2.20.1+incompatible
github.com/spf13/viper v1.6.2
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.0 // 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-20200221231518-2aa609cf4a9d
sigs.k8s.io/yaml v1.2.0 // indirect
)