2026-07-22 16:01:28 +08:00
|
|
|
module silverpose/v2
|
|
|
|
|
|
|
|
|
|
go 1.24.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-07-23 08:45:21 +08:00
|
|
|
gioui.org v0.10.1
|
2026-07-23 22:15:55 +08:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.48
|
2026-07-23 16:04:09 +08:00
|
|
|
github.com/yalue/onnxruntime_go v1.12.1
|
2026-07-23 08:45:21 +08:00
|
|
|
golang.org/x/image v0.26.0
|
2026-07-23 14:26:19 +08:00
|
|
|
golang.org/x/sys v0.39.0
|
2026-07-22 16:01:28 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-07-23 08:45:21 +08:00
|
|
|
gioui.org/shader v1.0.8 // indirect
|
|
|
|
|
github.com/go-text/typesetting v0.3.4 // indirect
|
|
|
|
|
golang.org/x/exp/shiny v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
|
|
|
|
|
golang.org/x/net v0.48.0 // indirect
|
|
|
|
|
golang.org/x/text v0.32.0 // indirect
|
2026-07-22 16:01:28 +08:00
|
|
|
)
|