Imports of package descriptor

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/ghodss/yaml
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/golang/protobuf/jsonpbPackage jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/golang/protobuf/protoc-gen-go/descriptor
github.com/golang/protobuf/protoc-gen-go/generatorPackage generator is deprecated.
github.com/golang/protobuf/protoc-gen-go/plugin
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule
google.golang.org/genproto/googleapis/api/annotations
io/ioutilPackage ioutil implements some I/O utility functions.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.