mirror of
https://github.com/dev6699/yolotriton.git
synced 2026-04-22 15:17:04 +08:00
21 lines
586 B
Modula-2
21 lines
586 B
Modula-2
module github.com/dev6699/yolotriton
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
golang.org/x/image v0.11.0
|
|
google.golang.org/grpc v1.57.0
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
golang.org/x/text v0.12.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
|
|
)
|