| crypto/des | Package des implements the Data Encryption Standard (DES) and the Triple Data Encryption Algorithm (TDEA) as defined in U.S. Federal Information Processing Standards Publication 46-3. |
| crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
| 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/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
| 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/microsoft/go-mssqldb/integratedauth | |
| github.com/microsoft/go-mssqldb/msdsn | |
| golang.org/x/crypto/md4 | Package md4 implements the MD4 hash algorithm as defined in RFC 1320. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| time | Package time provides functionality for measuring and displaying time. |
| unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |