Imports of package auth

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
crypto/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/moby/buildkit/session
github.com/moby/buildkit/util/grpcerrors
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/planetscale/vtprotobuf/protohelpersPackage protohelpers provides helper functions for encoding and decoding protobuf messages.
golang.org/x/crypto/nacl/signPackage sign signs small messages using public-key cryptography.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/runtime/protoimplPackage protoimpl contains the default implementation for messages generated by protoc-gen-go.
ioPackage io provides basic interfaces to I/O primitives.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.