mirror of
https://github.com/DavidHGS/aiedge.git
synced 2025-12-24 12:37:56 +08:00
21 lines
735 B
Modula-2
21 lines
735 B
Modula-2
module aiedge
|
|
|
|
go 1.17
|
|
|
|
require github.com/giorgisio/goav v0.1.0
|
|
|
|
require (
|
|
github.com/go-resty/resty/v2 v2.7.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/leokinglong/goav v1.0.4 // indirect
|
|
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
gocv.io/x/gocv v0.31.0 // indirect
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
|
|
golang.org/x/net v0.0.0-20220926192436-02166a98028e // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|