| bytes | Package bytes implements functions for the manipulation of byte slices. |
| 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/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
| gopkg.in/inf.v0 | Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic. |
| 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. |
| math | Package math provides basic constants and mathematical functions. |
| math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
| math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
| 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. |