mirror of
https://github.com/gen2brain/cam2ip.git
synced 2025-12-16 04:18:39 +00:00
25 lines
989 B
Modula-2
25 lines
989 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.2
|
|
github.com/gen2brain/base64 v0.0.0-20221015184129-317a5c93030c
|
|
github.com/gen2brain/go-opencv v0.0.0-20191005190506-bf186fc94f7a
|
|
github.com/jamiealquiza/envy v1.1.0
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
|
github.com/korandiz/v4l v1.1.0
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pbnjay/pixfont v0.0.0-20200714042608-33b744692567
|
|
github.com/spf13/cobra v1.6.0 // indirect
|
|
gocv.io/x/gocv v0.31.0
|
|
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
|
|
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
|
|
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
nhooyr.io/websocket v1.8.7
|
|
)
|
|
|
|
go 1.13
|