context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/docker/docker/api/server/httpstatus | |
github.com/docker/docker/api/server/httputils | |
github.com/docker/docker/api/server/middleware | |
github.com/docker/docker/api/server/router | |
github.com/docker/docker/api/server/router/debug | |
github.com/docker/docker/api/types | |
github.com/docker/docker/dockerversion | |
github.com/gorilla/mux | Package mux implements a request router and dispatcher. |
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | Package otelhttp provides an http.Handler and functions that are intended to be used to add tracing by wrapping existing handlers (with Handler) and routes WithRouteTag. |
net/http | Package http provides HTTP client and server implementations. |