| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/google/gnostic-models/compiler | Package compiler provides support functions to generated compiler code. |
| 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 | |
| google.golang.org/protobuf/types/known/anypb | Package anypb contains generated types for google/protobuf/any.proto. |
| gopkg.in/yaml.v3 | Package yaml implements YAML support for the Go language. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| regexp | Package regexp implements regular expression search. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |