Imports of main command

PathSynopsis
bufioPackage 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.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/genproto/googleapis/api/expr/conformance/v1alpha1
google.golang.org/genproto/googleapis/api/expr/v1alpha1
google.golang.org/genproto/googleapis/rpc/status
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/protobuf/encoding/protojsonPackage protojson marshals and unmarshals protocol buffer messages as JSON format.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/types/known/emptypb
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.