feat(v2): complete Go inference and UI spike
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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
|
||||
)
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user