mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-26 20:41:46 +08:00
11 lines
256 B
Modula-2
11 lines
256 B
Modula-2
module github.com/pion/mediadevices
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/blackjack/webcam v0.0.0-20191123110216-08fa32efcb67
|
|
github.com/pion/webrtc/v2 v2.1.12
|
|
github.com/satori/go.uuid v1.2.0
|
|
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e // indirect
|
|
)
|