mirror of
https://github.com/dev6699/face.git
synced 2025-12-24 11:51:07 +08:00
17 lines
365 B
Modula-2
17 lines
365 B
Modula-2
module github.com/dev6699/face
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
gocv.io/x/gocv v0.37.0
|
|
google.golang.org/grpc v1.64.0
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
|
|
)
|