forked from ionorg/ion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 755 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/pion/ion
go 1.13
require (
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
github.com/cloudwebrtc/go-protoo v0.0.0-20191112163113-c93df3964cbe
github.com/coreos/etcd v3.3.18+incompatible // indirect
github.com/go-redis/redis/v7 v7.0.0-beta.5
github.com/google/uuid v1.1.1 // indirect
github.com/pion/rtcp v1.2.1
github.com/pion/rtp v1.3.1
github.com/pion/stun v0.3.3
github.com/pion/webrtc/v2 v2.1.19-0.20200124004806-537c84107360
github.com/rs/zerolog v1.17.2
github.com/shirou/gopsutil v2.19.12+incompatible
github.com/spf13/viper v1.6.2
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
go.etcd.io/etcd v3.3.18+incompatible
)