mirror of
https://github.com/pion/mediadevices.git
synced 2025-10-07 09:31:03 +08:00

Specify replace directive to avoid using master branch of mediadevices and force using local working tree.
10 lines
286 B
Modula-2
10 lines
286 B
Modula-2
module github.com/pion/mediadevices/examples
|
|
|
|
go 1.14
|
|
|
|
replace github.com/pion/mediadevices => ../
|
|
|
|
// Please don't commit require entries of examples.
|
|
// `git checkout master examples/go.mod` to revert this file.
|
|
require github.com/pion/mediadevices v0.0.0-00010101000000-000000000000
|