mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-23 00:07:29 +08:00
e1616b8cc2
Generated by Renovate Bot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20 lines
585 B
Modula-2
20 lines
585 B
Modula-2
module github.com/pion/mediadevices
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/blackjack/webcam v0.0.0-20230411204030-32744c21431f
|
|
github.com/gen2brain/malgo v0.11.10
|
|
github.com/google/uuid v1.3.0
|
|
github.com/kbinani/screenshot v0.0.0-20210720154843-7d3a670d8329
|
|
github.com/pion/interceptor v0.1.12
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/rtcp v1.2.10
|
|
github.com/pion/rtp v1.7.13
|
|
github.com/pion/webrtc/v3 v3.1.59
|
|
github.com/stretchr/testify v1.8.2
|
|
golang.org/x/image v0.7.0
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
)
|