Imports of package credentials

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang-jwt/jwt/v4Package jwt is a Go implementation of JSON Web Tokens: http://self-issued.info/docs/draft-jones-json-web-token.html
github.com/ydb-platform/ydb-go-genproto/Ydb_Auth_V1
github.com/ydb-platform/ydb-go-genproto/protos/Ydb
github.com/ydb-platform/ydb-go-genproto/protos/Ydb_Auth
github.com/ydb-platform/ydb-go-genproto/protos/Ydb_Operations
github.com/ydb-platform/ydb-go-sdk/v3/internal/backoff
github.com/ydb-platform/ydb-go-sdk/v3/internal/secret
github.com/ydb-platform/ydb-go-sdk/v3/internal/stack
github.com/ydb-platform/ydb-go-sdk/v3/internal/xerrors
github.com/ydb-platform/ydb-go-sdk/v3/internal/xstring
github.com/ydb-platform/ydb-go-sdk/v3/retry
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.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/userPackage user allows user account lookups by name or id.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.