bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
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. |
io/fs | Package fs defines basic interfaces to a file system. |
k8s.io/apimachinery/pkg/util/yaml | |
k8s.io/kubernetes/test/e2e/testing-manifests | |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
regexp | Package regexp implements regular expression search. |
sigs.k8s.io/yaml/goyaml.v2 | Package yaml implements YAML support for the Go language. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |