mirror of
https://github.com/pion/mediadevices.git
synced 2025-09-27 04:46:10 +08:00
12 lines
222 B
Modula-2
12 lines
222 B
Modula-2
module github.com/pion/mediadevices/examples
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/esimov/pigo v1.4.3
|
|
github.com/pion/mediadevices v0.0.0
|
|
github.com/pion/webrtc/v3 v3.0.20
|
|
)
|
|
|
|
replace github.com/pion/mediadevices v0.0.0 => ../
|