Imports of package generator

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/gnostic/cmd/protoc-gen-openapi/generator/wellknown
github.com/google/gnostic/openapiv3
google.golang.org/genproto/googleapis/api/annotations
google.golang.org/genproto/googleapis/rpc/status
google.golang.org/protobuf/compiler/protogenPackage protogen provides support for writing protoc plugins.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/reflect/protoreflectPackage protoreflect provides interfaces to dynamically manipulate messages.
google.golang.org/protobuf/types/known/anypbPackage anypb contains generated types for google/protobuf/any.proto.
logPackage log implements a simple logging package.
net/urlPackage url parses URLs and implements query escaping.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.