mirror of
https://github.com/gen2brain/cam2ip.git
synced 2026-01-11 09:08:31 +00:00
14 lines
538 B
Modula-2
14 lines
538 B
Modula-2
module github.com/gen2brain/cam2ip
|
|
|
|
require (
|
|
github.com/abbot/go-http-auth v0.4.0
|
|
github.com/antonini/golibjpegturbo v0.0.0-20141208033414-c03a2fa1e89a
|
|
github.com/disintegration/imaging v1.6.1
|
|
github.com/gen2brain/go-opencv v0.0.0-20181117131054-351d3b510a27
|
|
github.com/korandiz/v4l v0.0.0-20180520170035-995f703bfc89
|
|
gocv.io/x/gocv v0.20.0
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect
|
|
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
|
|
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
|
|
)
|