Node endpoints with container handling (#1)
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user