2026-07-22 16:01:28 +08:00
|
|
|
module silverpose/v2
|
|
|
|
|
|
|
|
|
|
go 1.24.0
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/lxn/walk v0.0.0-20210112085537-c389da54e794
|
|
|
|
|
github.com/yalue/onnxruntime_go v1.31.0
|
2026-07-22 21:17:50 +08:00
|
|
|
golang.org/x/image v0.24.0
|
2026-07-22 16:01:28 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
|
|
|
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
|
|
|
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
|
|
|
|
|
)
|