16 lines
337 B
AMPL
16 lines
337 B
AMPL
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
|
|
golang.org/x/image v0.24.0
|
|
)
|
|
|
|
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
|
|
)
|