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/json-iterator/go | Package jsoniter implements encoding and decoding of JSON as defined in RFC 4627 and provides interfaces with identical syntax of standard lib encoding/json. |
io | Package io provides basic interfaces to I/O primitives. |
sigs.k8s.io/structured-merge-diff/v4/schema | Package schema defines a targeted schema language which allows one to represent all the schema information necessary to perform "structured" merges and diffs. |
sigs.k8s.io/structured-merge-diff/v4/value | Package value defines types for an in-memory representation of yaml or json objects, organized for convenient comparison with a schema (as defined by the sibling schema package). |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |