mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-07-03 05:38:08 +00:00
22 lines
587 B
Modula-2
22 lines
587 B
Modula-2
module github.com/gen2brain/cam2ip
|
|
|
|
require (
|
|
github.com/abbot/go-http-auth v0.4.0
|
|
github.com/coder/websocket v1.8.15
|
|
github.com/ebitengine/purego v0.10.1
|
|
github.com/gen2brain/base64 v0.0.0-20221015184129-317a5c93030c
|
|
github.com/gen2brain/jpegn v0.4.2
|
|
github.com/korandiz/v4l v1.1.0
|
|
github.com/pbnjay/pixfont v0.0.0-20200714042608-33b744692567
|
|
github.com/pixiv/go-libjpeg v0.0.0-20190822045933-3da21a74767d
|
|
go.senan.xyz/flagconf v0.1.11
|
|
)
|
|
|
|
require (
|
|
golang.org/x/crypto v0.53.0 // indirect
|
|
golang.org/x/net v0.56.0 // indirect
|
|
golang.org/x/sys v0.46.0 // indirect
|
|
)
|
|
|
|
go 1.26
|