| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| github.com/planetscale/vtprotobuf/protohelpers | Package protohelpers provides helper functions for encoding and decoding protobuf messages. |
| github.com/planetscale/vtprotobuf/vtproto | |
| 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. |
| io | Package io provides basic interfaces to I/O primitives. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
| sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
| unsafe | Package unsafe contains operations that step around the type safety of Go programs. |