| crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
| crypto/x509 | Package x509 implements a subset of the X.509 standard. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| flag | Package flag implements command-line flag parsing. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/Azure/go-autorest/autorest | Package autorest implements an HTTP request pipeline suitable for use across multiple go-routines and provides the shared routines relied on by AutoRest (see https://github.com/Azure/autorest/) generated Go code. |
| github.com/Azure/go-autorest/autorest/adal | |
| github.com/Azure/go-autorest/autorest/azure | Package azure provides Azure-specific implementations used with AutoRest. |
| golang.org/x/crypto/pkcs12 | Package pkcs12 implements some of PKCS#12. |
| io/ioutil | Package ioutil implements some I/O utility functions. |
| log | Package log implements a simple logging package. |
| net/http | Package http provides HTTP client and server implementations. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |