feat: backend native executor implement

This commit is contained in:
2026-08-16 01:27:30 +08:00
parent fbce91d797
commit 390e0565d3
44 changed files with 6430 additions and 31 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
module yms-daemon
go 1.26
go 1.26.5
require (
github.com/containerd/errdefs v1.0.0
@@ -10,6 +10,8 @@ require (
github.com/ncruces/go-sqlite3 v0.35.3
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.1.1
github.com/pelletier/go-toml/v2 v2.4.3
golang.org/x/sys v0.47.0
)
require (
@@ -29,5 +31,4 @@ require (
go.opentelemetry.io/otel v1.45.0 // indirect
go.opentelemetry.io/otel/metric v1.45.0 // indirect
go.opentelemetry.io/otel/trace v1.45.0 // indirect
golang.org/x/sys v0.47.0 // indirect
)