mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-07-07 14:59:25 +00:00
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/gen2brain/cam2ip/cmd/camview
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/gen2brain/cam2ip v1.7.1-0.20260704073444-57c82eb3a02e
|
|
github.com/gen2brain/iv v0.3.0
|
|
)
|
|
|
|
require (
|
|
codeberg.org/tesselslate/wl v0.3.24 // indirect
|
|
codeberg.org/tesselslate/wl-protocols v0.3.47 // indirect
|
|
github.com/NeowayLabs/drm v0.0.0-20190824133025-4939fc0ad345 // indirect
|
|
github.com/dblohm7/wingoes v0.0.0-20260526185140-fb298caac7ca // indirect
|
|
github.com/ebitengine/purego v0.10.1 // indirect
|
|
github.com/gen2brain/base64 v0.2.0 // indirect
|
|
github.com/gen2brain/jpegn v0.4.2 // indirect
|
|
github.com/gen2brain/shm v0.2.2 // indirect
|
|
github.com/holoplot/go-evdev v0.0.0-20260504100651-66d1748fe847 // indirect
|
|
github.com/jezek/xgb v1.3.1 // indirect
|
|
github.com/korandiz/v4l v1.1.0 // indirect
|
|
github.com/pbnjay/pixfont v0.0.0-20200714042608-33b744692567 // indirect
|
|
github.com/pixiv/go-libjpeg v0.0.0-20190822045933-3da21a74767d // indirect
|
|
github.com/tailscale/win v0.0.0-20260619195133-2d76c33a64c1 // indirect
|
|
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
)
|