embed | Package embed provides access to files embedded in the running Go program. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
google.golang.org/protobuf/reflect/protoreflect | Package protoreflect provides interfaces to dynamically manipulate messages. |
google.golang.org/protobuf/runtime/protoimpl | Package protoimpl contains the default implementation for messages generated by protoc-gen-go. |
google.golang.org/protobuf/types/descriptorpb | |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |