Imports of package auth

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.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/randPackage rand implements a cryptographically secure random number generator.
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/xdg-go/scram
github.com/xdg-go/stringprep
go.mongodb.org/mongo-driver/bsonPackage bson is a library for reading, writing, and manipulating BSON.
go.mongodb.org/mongo-driver/bson/primitivePackage primitive contains types similar to Go primitives for BSON types that do not have direct Go primitive representations.
go.mongodb.org/mongo-driver/internal/aws/credentials
go.mongodb.org/mongo-driver/internal/aws/signer/v4
go.mongodb.org/mongo-driver/internal/credproviders
go.mongodb.org/mongo-driver/mongo/addressPackage address provides structured representations of network addresses.
go.mongodb.org/mongo-driver/mongo/descriptionPackage description contains types and functions for describing the state of MongoDB clusters.
go.mongodb.org/mongo-driver/x/bsonx/bsoncorePackage bsoncore is intended for internal use only.
go.mongodb.org/mongo-driver/x/mongo/driverPackage driver is intended for internal use only.
go.mongodb.org/mongo-driver/x/mongo/driver/auth/credsPackage creds is intended for internal use only.
go.mongodb.org/mongo-driver/x/mongo/driver/operationPackage operation is intended for internal use only.
go.mongodb.org/mongo-driver/x/mongo/driver/sessionPackage session is intended for internal use only.
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.
regexpPackage regexp implements regular expression search.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.