bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
cloud.google.com/go/compute/metadata | |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rsa | Package rsa implements RSA encryption as specified in PKCS #1 and RFC 8017. |
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. |
golang.org/x/oauth2 | Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests, as specified in RFC 6749. |
golang.org/x/oauth2/authhandler | Package authhandler implements a TokenSource to support "three-legged OAuth 2.0" via a custom AuthorizationHandler. |
golang.org/x/oauth2/google/externalaccount | Package externalaccount provides support for creating workload identity federation and workforce identity federation token sources that can be used to access Google Cloud resources from external identity providers. |
golang.org/x/oauth2/google/internal/externalaccountauthorizeduser | |
golang.org/x/oauth2/google/internal/impersonate | |
golang.org/x/oauth2/internal | Package internal contains support packages for oauth2 package. |
golang.org/x/oauth2/jws | Package jws provides a partial implementation of JSON Web Signature encoding and decoding. |
golang.org/x/oauth2/jwt | Package jwt implements the OAuth 2.0 JSON Web Token flow, commonly known as "two-legged OAuth 2.0". |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/user | Package user allows user account lookups by name or id. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |