-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 715 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (20 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/castyapp/cli
go 1.16
require (
github.com/briandowns/spinner v1.13.0
github.com/fatih/color v1.12.0
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.0.4
github.com/gordonklaus/portaudio v0.0.0-20200911161147-bb74aa485641
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/mrjosh/opus v0.0.0-20210529001523-e0a4cf4ebda4
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc
github.com/pion/interceptor v0.0.12
github.com/pion/mediadevices v0.2.0
github.com/pion/rtcp v1.2.6 // indirect
github.com/pion/webrtc/v3 v3.0.29
github.com/spf13/cobra v1.1.3
gopkg.in/yaml.v2 v2.4.0
)