context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/errdefs/internal/cause | |
github.com/containerd/errdefs/internal/types | |
github.com/containerd/typeurl/v2 | |
google.golang.org/genproto/googleapis/rpc/status | |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
google.golang.org/protobuf/protoadapt | Package protoadapt bridges the original and new proto APIs. |
google.golang.org/protobuf/types/known/anypb | Package anypb contains generated types for google/protobuf/any.proto. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |