mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-22 15:57:27 +08:00
94c6b66e46
Since Go 1.16, go build command fails if go.mod or go.sum is incomplete.
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.17
|
|
)
|
|
|
|
replace github.com/pion/mediadevices v0.0.0 => ../
|