Node endpoints with container handling

This commit is contained in:
2026-02-03 21:09:41 +01:00
parent c28a54bf33
commit b8761de020
6 changed files with 125 additions and 2 deletions

4
go.mod
View File

@@ -5,7 +5,7 @@ go 1.25.6
require (
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
github.com/moby/moby/client v0.2.1
github.com/moby/moby/client v0.2.2
gitlab.com/gdulai/simpleloglvl v0.0.0-20250930234204-a64d074990c1
)
@@ -21,7 +21,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/joho/godotenv v1.5.1
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/moby/moby/api v1.52.0 // indirect
github.com/moby/moby/api v1.53.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.1 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect