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/stringprepPackage stringprep provides data tables and algorithms for RFC-3454, including errata (as of 2018-02).
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/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/internal/awsv4
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.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.