Imports of package credentials

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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/allocator
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
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.