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/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. |
k8s.io/apimachinery/pkg/util/net | |
k8s.io/client-go/rest | |
k8s.io/klog/v2 | Package klog contains the following functionality: |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |