| bytes | Package bytes implements functions for the manipulation of byte slices. |
| context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
| crypto/md5 | Package md5 implements the MD5 hash algorithm as defined in RFC 1321. |
| crypto/rand | Package rand implements a cryptographically secure random number generator. |
| encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/xdg-go/scram | Package scram provides client and server implementations of the Salted Challenge Response Authentication Mechanism (SCRAM) described in RFC-5802 and RFC-7677. |
| github.com/xdg-go/stringprep | Package stringprep provides data tables and algorithms for RFC-3454, including errata (as of 2018-02). |
| go.mongodb.org/mongo-driver/bson | |
| go.mongodb.org/mongo-driver/bson/primitive | |
| 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/address | |
| go.mongodb.org/mongo-driver/mongo/description | |
| go.mongodb.org/mongo-driver/x/bsonx/bsoncore | |
| go.mongodb.org/mongo-driver/x/mongo/driver | |
| go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds | |
| go.mongodb.org/mongo-driver/x/mongo/driver/operation | |
| go.mongodb.org/mongo-driver/x/mongo/driver/session | |
| io | Package io provides basic interfaces to I/O primitives. |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| regexp | Package regexp implements regular expression search. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| time | Package time provides functionality for measuring and displaying time. |