| bytes | Package bytes implements functions for the manipulation of byte slices. |
| crypto/sha512 | Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4. |
| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/google/gnostic-models/openapiv3 | |
| github.com/google/uuid | Package uuid generates and inspects UUIDs. |
| github.com/munnerz/goautoneg | |
| google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
| k8s.io/klog/v2 | Package klog contains the following functionality: |
| k8s.io/kube-openapi/pkg/cached | Package cached provides a cache mechanism based on etags to lazily build, and/or cache results from expensive operation such that those operations are not repeated unnecessarily. |
| k8s.io/kube-openapi/pkg/common | package common holds shared code and types between open API code generator and spec generator. |
| k8s.io/kube-openapi/pkg/spec3 | |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| path | Package path implements utility routines for manipulating slash-separated paths. |
| strconv | Package strconv implements conversions to and from string representations of basic data types. |
| 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. |