Node endpoints with container handling (#1)

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-02-04 22:14:11 +00:00
parent c28a54bf33
commit 79cd8fc9fd
6 changed files with 158 additions and 10 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