-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathgo.mod
More file actions
16 lines (14 loc) · 532 Bytes
/
go.mod
File metadata and controls
16 lines (14 loc) · 532 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module github.com/gavv/webrtc-cli
go 1.12
require (
github.com/mattn/go-isatty v0.0.10
github.com/mesilliac/pulse-simple v0.0.0-20170506101341-75ac54e19fdf
github.com/pion/rtp v1.1.4
github.com/pion/sdp/v2 v2.3.1
github.com/pion/webrtc/v2 v2.1.12
github.com/spf13/pflag v1.0.5
github.com/youpy/go-riff v0.0.0-20131220112943-557d78c11efb // indirect
github.com/youpy/go-wav v0.0.0-20160223082350-b63a9887d320
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gopkg.in/gavv/opus.v2 v2.0.0-20191117073952-d4c14983ee1d
)