bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/lyft/protoc-gen-star | |
github.com/lyft/protoc-gen-validate/gogoproto | |
github.com/lyft/protoc-gen-validate/validate | |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
text/template | Package template implements data-driven templates for generating textual output. |