26 lines
891 B
Modula-2
26 lines
891 B
Modula-2
module github.com/LilliaElaine/go-bsb-cams
|
|
|
|
go 1.24.5
|
|
|
|
require (
|
|
github.com/google/gousb v1.1.3
|
|
github.com/kevmo314/go-uvc v0.0.0-20250915020343-0eb292711e9f
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
)
|
|
|
|
replace github.com/hybridgroup/mjpeg v0.0.0-20250330094202-16d243df0e35 => github.com/LilliaElaine/mjpeg v0.0.0-20251021192541-2c29015ad34b
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hybridgroup/mjpeg v0.0.0-20250330094202-16d243df0e35 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.43.0 // indirect
|
|
golang.org/x/net v0.45.0 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/text v0.30.0 // indirect
|
|
)
|