context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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/errdefs | Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
github.com/docker/docker/internal/sliceutil | |
github.com/docker/docker/libnetwork/cluster | |
github.com/docker/docker/libnetwork/config | |
github.com/docker/docker/libnetwork/datastore | |
github.com/docker/docker/libnetwork/diagnostic | |
github.com/docker/docker/libnetwork/discoverapi | |
github.com/docker/docker/libnetwork/driverapi | |
github.com/docker/docker/libnetwork/drivers/remote | |
github.com/docker/docker/libnetwork/drvregistry | |
github.com/docker/docker/libnetwork/etchosts | |
github.com/docker/docker/libnetwork/internal/resolvconf | Package resolvconf is used to generate a container's /etc/resolv.conf file. |
github.com/docker/docker/libnetwork/internal/setmatrix | |
github.com/docker/docker/libnetwork/ipamapi | Package ipamapi specifies the contract the IPAM service (built-in or remote) needs to satisfy. |
github.com/docker/docker/libnetwork/ipams/builtin | |
github.com/docker/docker/libnetwork/ipams/null | Package null implements the null ipam driver. |
github.com/docker/docker/libnetwork/ipams/remote | |
github.com/docker/docker/libnetwork/ipamutils | Package ipamutils provides utility functions for ipam management |
github.com/docker/docker/libnetwork/iptables | |
github.com/docker/docker/libnetwork/netlabel | |
github.com/docker/docker/libnetwork/netutils | Package netutils provides network utility functions. |
github.com/docker/docker/libnetwork/networkdb | |
github.com/docker/docker/libnetwork/options | Package options provides a way to pass unstructured sets of options to a component expecting a strongly-typed configuration structure. |
github.com/docker/docker/libnetwork/osl | Package osl describes structures and interfaces which abstract os entities |
github.com/docker/docker/libnetwork/scope | |
github.com/docker/docker/libnetwork/types | Package types contains types that are common across libnetwork project |
github.com/docker/docker/pkg/plugingetter | |
github.com/docker/docker/pkg/plugins | Package plugins provides structures and helper functions to manage Docker plugins. |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/go-events | |
github.com/gogo/protobuf/gogoproto | Package gogoproto provides extensions for protocol buffers to achieve: |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/miekg/dns | Package dns implements a full featured interface to the Domain Name System. |
github.com/moby/locker | Package locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks. |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
go.opentelemetry.io/otel/attribute | Package attribute provides key and value attributes. |
go.opentelemetry.io/otel/codes | Package codes defines the canonical error codes used by OpenTelemetry. |
go.opentelemetry.io/otel/trace | Package trace provides an implementation of the tracing part of the OpenTelemetry API. |
golang.org/x/sync/semaphore | Package semaphore provides a weighted semaphore implementation. |
golang.org/x/time/rate | Package rate provides a rate limiter. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/netip | Package netip defines an IP address type that's a small value type. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |