feat: backend native executor implement
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user