bytes | Package bytes implements functions for the manipulation of byte slices. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/knqyf263/go-plugin/encoding/tag | Package tag marshals and unmarshals the legacy struct tags as generated by historical versions of protoc-gen-go. |
github.com/knqyf263/go-plugin/genid | Package genid contains constants for declarations in descriptor.proto and the well-known types. |
github.com/knqyf263/go-plugin/version | |
github.com/planetscale/vtprotobuf/features/marshal | |
github.com/planetscale/vtprotobuf/features/size | |
github.com/planetscale/vtprotobuf/features/unmarshal | |
github.com/planetscale/vtprotobuf/generator | |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/parser | Package parser implements a parser for Go source files. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
google.golang.org/protobuf/compiler/protogen | Package protogen provides support for writing protoc plugins. |
google.golang.org/protobuf/encoding/protowire | Package protowire parses and formats the raw wire encoding. |
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. |
google.golang.org/protobuf/types/descriptorpb | |
google.golang.org/protobuf/types/pluginpb | |
math | Package math provides basic constants and mathematical functions. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |