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. |
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 | |
github.com/xdg-go/stringprep | |
go.mongodb.org/mongo-driver/bson | Package bson is a library for reading, writing, and manipulating BSON. |
go.mongodb.org/mongo-driver/bson/primitive | Package 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/address | Package address provides structured representations of network addresses. |
go.mongodb.org/mongo-driver/mongo/description | Package description contains types and functions for describing the state of MongoDB clusters. |
go.mongodb.org/mongo-driver/x/bsonx/bsoncore | Package bsoncore is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver | Package driver is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/auth/creds | Package creds is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/operation | Package operation is intended for internal use only. |
go.mongodb.org/mongo-driver/x/mongo/driver/session | Package session is intended for internal use only. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |