| 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. |
| io | Package io provides basic interfaces to I/O primitives. |
| k8s.io/apimachinery/pkg/runtime/serializer/cbor/direct | Package direct provides functions for marshaling and unmarshaling between arbitrary Go values and CBOR data, with behavior that is compatible with that of the CBOR serializer. |
| k8s.io/klog/v2 | |
| math | Package math provides basic constants and mathematical functions. |
| math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
| runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
| sigs.k8s.io/randfill | Package randfill is a library for populating go objects with random values. |
| 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. |