| encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
| io | Package io provides basic interfaces to I/O primitives. |
| io/fs | Package fs defines basic interfaces to a file system. |
| k8s.io/kube-openapi/pkg/handler3 | |
| k8s.io/kube-openapi/pkg/spec3 | |
| net/http | Package http provides HTTP client and server implementations. |
| net/http/httptest | Package httptest provides utilities for HTTP testing. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary 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. |
| testing | Package testing provides support for automated testing of Go packages. |