go-protobuf-go: Import go-protobuf-go-1.22.0 as wip/go-protobuf-go

Go support for Google's protocol buffers.
This commit is contained in:
Iku Iwasa 2020-05-09 15:40:09 +09:00
parent 466d517885
commit 8b9642c355
5 changed files with 561 additions and 0 deletions

7
go-protobuf-go/DESCR Normal file
View File

@ -0,0 +1,7 @@
This project hosts the Go implementation for protocol buffers, which is a
language-neutral, platform-neutral, extensible mechanism for serializing
structured data. The protocol buffer language is a language for specifying
the schema for structured data. This schema is compiled into language
specific bindings. This project provides both a tool to generate Go code
for the protocol buffer language, and also the runtime implementation to
handle serialization of messages in Go.

23
go-protobuf-go/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $NetBSD$
DISTNAME= go-protobuf-go-1.22.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
GITHUB_PROJECT= protobuf-go
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= iku.iwasa@gmail.com
HOMEPAGE= https://github.com/protocolbuffers/protobuf-go
COMMENT= Go support for Google\'s protocol buffers
LICENSE= modified-bsd
CONFLICTS= go-protobuf-[0-9]*
EXTRACT_USING= bsdtar
GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
GO_SRCPATH= google.golang.org/protobuf
.include "../../devel/go-cmp/buildlink3.mk"
.include "../../devel/go-xerrors/buildlink3.mk"
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

510
go-protobuf-go/PLIST Normal file
View File

@ -0,0 +1,510 @@
@comment $NetBSD$
bin/generate-corpus
bin/generate-protos
bin/generate-types
bin/pbdump
bin/protoc-gen-go
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/compiler/protogen.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/encoding/protojson.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/encoding/prototext.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/encoding/protowire.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/descfmt.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/descopts.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/detectknown.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/detrand.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/encoding/defval.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/encoding/json.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/encoding/messageset.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/encoding/tag.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/encoding/text.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/errors.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/fieldnum.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/fieldsort.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/filedesc.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/filetype.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/flags.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/fuzz/jsonfuzz.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/fuzz/textfuzz.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/fuzz/wirefuzz.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/fuzztest.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/genname.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/impl.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/mapsort.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/msgfmt.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/pragma.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/protobuild.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/protolegacy.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/set.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/strs.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/annotation.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/benchmarks.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message2.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message4.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/benchmarks/micro.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/conformance.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/fieldmaskpb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/fieldtrack.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/fuzz.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/irregular.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/bug1052.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180125_92554152.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160225_2fc053c5.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160519_a4ab9ec5.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180125_92554152.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/messageset/messagesetpb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/messageset/msetextpb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/order.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/registry.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/required.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/test.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/test/weak1.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/test/weak2.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/test3.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/textpb2.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/testprotos/textpb3.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/version.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/internal/weakdeps.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/proto.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/reflect/protodesc.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/reflect/protoreflect.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/reflect/protoregistry.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/runtime/protoiface.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/runtime/protoimpl.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/testing/protocmp.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/testing/protopack.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/testing/prototest.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/descriptorpb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/dynamicpb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/known/anypb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/known/durationpb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/known/emptypb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/known/structpb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/known/timestamppb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/known/wrapperspb.a
gopkg/pkg/${GO_PLATFORM}/google.golang.org/protobuf/types/pluginpb.a
gopkg/src/google.golang.org/protobuf/AUTHORS
gopkg/src/google.golang.org/protobuf/CONTRIBUTING.md
gopkg/src/google.golang.org/protobuf/CONTRIBUTORS
gopkg/src/google.golang.org/protobuf/LICENSE
gopkg/src/google.golang.org/protobuf/PATENTS
gopkg/src/google.golang.org/protobuf/README.md
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/annotation_test.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo/init.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo/main.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo/reflect.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/main.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/annotations/annotations.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/annotations/annotations.pb.go.meta
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/annotations/annotations.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/comments/comments.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/comments/comments.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/comments/deprecated.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/comments/deprecated.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/base/base.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/base/base.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/ext/ext.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/ext/ext.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/extra/extra.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/extra/extra.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/proto3/ext3.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/extensions/proto3/ext3.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/fieldnames/fieldnames.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/fieldnames/fieldnames.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/gen_test.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/a.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/a.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/b.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/b.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/c.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/c.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub/a.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub/a.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub/b.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub/b.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub2/a.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/import_public/sub2/a.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/fmt/m.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/fmt/m.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/m1.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/m1.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/m2.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/m2.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2/m3.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2/m3.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2/m4.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2/m4.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/m1.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/m1.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/m2.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/m2.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_import_a1m1.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_import_a1m1.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_import_a1m2.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_import_a1m2.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_import_all.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/imports/test_import_all.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/issue780_oneof_conflict/test.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/issue780_oneof_conflict/test.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/nopackage/nopackage.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/nopackage/nopackage.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/enum.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/enum.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/fields.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/fields.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/nested_messages.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/nested_messages.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/proto2.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2/proto2.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto3/enum.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto3/enum.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto3/fields.pb.go
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto3/fields.proto
gopkg/src/google.golang.org/protobuf/cmd/protoc-gen-go/testdata/registry_test.go
gopkg/src/google.golang.org/protobuf/compiler/protogen/protogen.go
gopkg/src/google.golang.org/protobuf/compiler/protogen/protogen_test.go
gopkg/src/google.golang.org/protobuf/encoding/bench_test.go
gopkg/src/google.golang.org/protobuf/encoding/protojson/bench_test.go
gopkg/src/google.golang.org/protobuf/encoding/protojson/decode.go
gopkg/src/google.golang.org/protobuf/encoding/protojson/decode_test.go
gopkg/src/google.golang.org/protobuf/encoding/protojson/doc.go
gopkg/src/google.golang.org/protobuf/encoding/protojson/encode.go
gopkg/src/google.golang.org/protobuf/encoding/protojson/encode_test.go
gopkg/src/google.golang.org/protobuf/encoding/protojson/well_known_types.go
gopkg/src/google.golang.org/protobuf/encoding/prototext/decode.go
gopkg/src/google.golang.org/protobuf/encoding/prototext/decode_test.go
gopkg/src/google.golang.org/protobuf/encoding/prototext/doc.go
gopkg/src/google.golang.org/protobuf/encoding/prototext/encode.go
gopkg/src/google.golang.org/protobuf/encoding/prototext/encode_test.go
gopkg/src/google.golang.org/protobuf/encoding/prototext/other_test.go
gopkg/src/google.golang.org/protobuf/encoding/protowire/wire.go
gopkg/src/google.golang.org/protobuf/encoding/protowire/wire_test.go
gopkg/src/google.golang.org/protobuf/go.mod
gopkg/src/google.golang.org/protobuf/go.sum
gopkg/src/google.golang.org/protobuf/integration_test.go
gopkg/src/google.golang.org/protobuf/internal/benchmarks/bench_test.go
gopkg/src/google.golang.org/protobuf/internal/benchmarks/download_benchdata.bash
gopkg/src/google.golang.org/protobuf/internal/benchmarks/micro/micro_test.go
gopkg/src/google.golang.org/protobuf/internal/cmd/generate-corpus/main.go
gopkg/src/google.golang.org/protobuf/internal/cmd/generate-protos/main.go
gopkg/src/google.golang.org/protobuf/internal/cmd/generate-types/impl.go
gopkg/src/google.golang.org/protobuf/internal/cmd/generate-types/main.go
gopkg/src/google.golang.org/protobuf/internal/cmd/generate-types/proto.go
gopkg/src/google.golang.org/protobuf/internal/cmd/pbdump/pbdump.go
gopkg/src/google.golang.org/protobuf/internal/cmd/pbdump/pbdump_test.go
gopkg/src/google.golang.org/protobuf/internal/conformance/conformance_test.go
gopkg/src/google.golang.org/protobuf/internal/conformance/failing_tests.txt
gopkg/src/google.golang.org/protobuf/internal/conformance/failing_tests_text_format.txt
gopkg/src/google.golang.org/protobuf/internal/descfmt/desc_test.go
gopkg/src/google.golang.org/protobuf/internal/descfmt/stringer.go
gopkg/src/google.golang.org/protobuf/internal/descopts/options.go
gopkg/src/google.golang.org/protobuf/internal/detectknown/detect.go
gopkg/src/google.golang.org/protobuf/internal/detectknown/detect_test.go
gopkg/src/google.golang.org/protobuf/internal/detrand/rand.go
gopkg/src/google.golang.org/protobuf/internal/detrand/rand_test.go
gopkg/src/google.golang.org/protobuf/internal/encoding/defval/default.go
gopkg/src/google.golang.org/protobuf/internal/encoding/defval/default_test.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/bench_test.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/decode.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/decode_number.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/decode_string.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/decode_test.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/decode_token.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/encode.go
gopkg/src/google.golang.org/protobuf/internal/encoding/json/encode_test.go
gopkg/src/google.golang.org/protobuf/internal/encoding/messageset/messageset.go
gopkg/src/google.golang.org/protobuf/internal/encoding/tag/tag.go
gopkg/src/google.golang.org/protobuf/internal/encoding/tag/tag_test.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/decode.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/decode_number.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/decode_string.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/decode_test.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/decode_token.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/doc.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/encode.go
gopkg/src/google.golang.org/protobuf/internal/encoding/text/encode_test.go
gopkg/src/google.golang.org/protobuf/internal/errors/errors.go
gopkg/src/google.golang.org/protobuf/internal/errors/errors_test.go
gopkg/src/google.golang.org/protobuf/internal/errors/is_go112.go
gopkg/src/google.golang.org/protobuf/internal/errors/is_go113.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/any_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/api_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/descriptor_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/doc.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/duration_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/empty_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/field_mask_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/source_context_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/struct_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/timestamp_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/type_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldnum/wrappers_gen.go
gopkg/src/google.golang.org/protobuf/internal/fieldsort/fieldsort.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/build.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/build_test.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/desc.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/desc_init.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/desc_lazy.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/desc_list.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/desc_list_gen.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/desc_test.go
gopkg/src/google.golang.org/protobuf/internal/filedesc/placeholder.go
gopkg/src/google.golang.org/protobuf/internal/filetype/build.go
gopkg/src/google.golang.org/protobuf/internal/flags/flags.go
gopkg/src/google.golang.org/protobuf/internal/flags/proto_legacy_disable.go
gopkg/src/google.golang.org/protobuf/internal/flags/proto_legacy_enable.go
gopkg/src/google.golang.org/protobuf/internal/fuzz/README.md
gopkg/src/google.golang.org/protobuf/internal/fuzz/jsonfuzz/corpus/e619335648415cae976b3200d5a291e8da4b4866
gopkg/src/google.golang.org/protobuf/internal/fuzz/jsonfuzz/fuzz.go
gopkg/src/google.golang.org/protobuf/internal/fuzz/jsonfuzz/fuzz_test.go
gopkg/src/google.golang.org/protobuf/internal/fuzz/oss-fuzz-build.sh
gopkg/src/google.golang.org/protobuf/internal/fuzz/textfuzz/corpus/a950e4f0890f34717c5c9beffe1bd0cee33e5a2b
gopkg/src/google.golang.org/protobuf/internal/fuzz/textfuzz/fuzz.go
gopkg/src/google.golang.org/protobuf/internal/fuzz/textfuzz/fuzz_test.go
gopkg/src/google.golang.org/protobuf/internal/fuzz/wirefuzz/corpus/20019c4ef10ebf8031c8d204bdd0ae1ec214bf90
gopkg/src/google.golang.org/protobuf/internal/fuzz/wirefuzz/fuzz.go
gopkg/src/google.golang.org/protobuf/internal/fuzz/wirefuzz/fuzz_test.go
gopkg/src/google.golang.org/protobuf/internal/fuzztest/fuzztest.go
gopkg/src/google.golang.org/protobuf/internal/genname/name.go
gopkg/src/google.golang.org/protobuf/internal/impl/api_export.go
gopkg/src/google.golang.org/protobuf/internal/impl/checkinit.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_extension.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_field.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_gen.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_map.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_map_go111.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_map_go112.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_message.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_messageset.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_reflect.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_tables.go
gopkg/src/google.golang.org/protobuf/internal/impl/codec_unsafe.go
gopkg/src/google.golang.org/protobuf/internal/impl/convert.go
gopkg/src/google.golang.org/protobuf/internal/impl/convert_list.go
gopkg/src/google.golang.org/protobuf/internal/impl/convert_map.go
gopkg/src/google.golang.org/protobuf/internal/impl/decode.go
gopkg/src/google.golang.org/protobuf/internal/impl/encode.go
gopkg/src/google.golang.org/protobuf/internal/impl/enum.go
gopkg/src/google.golang.org/protobuf/internal/impl/enum_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/extension.go
gopkg/src/google.golang.org/protobuf/internal/impl/extension_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/lazy_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_aberrant_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_enum.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_export.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_export_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_extension.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_file.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_file_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_message.go
gopkg/src/google.golang.org/protobuf/internal/impl/legacy_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/merge.go
gopkg/src/google.golang.org/protobuf/internal/impl/merge_gen.go
gopkg/src/google.golang.org/protobuf/internal/impl/message.go
gopkg/src/google.golang.org/protobuf/internal/impl/message_reflect.go
gopkg/src/google.golang.org/protobuf/internal/impl/message_reflect_field.go
gopkg/src/google.golang.org/protobuf/internal/impl/message_reflect_gen.go
gopkg/src/google.golang.org/protobuf/internal/impl/message_reflect_test.go
gopkg/src/google.golang.org/protobuf/internal/impl/pointer_reflect.go
gopkg/src/google.golang.org/protobuf/internal/impl/pointer_unsafe.go
gopkg/src/google.golang.org/protobuf/internal/impl/validate.go
gopkg/src/google.golang.org/protobuf/internal/impl/weak.go
gopkg/src/google.golang.org/protobuf/internal/mapsort/mapsort.go
gopkg/src/google.golang.org/protobuf/internal/mapsort/mapsort_test.go
gopkg/src/google.golang.org/protobuf/internal/msgfmt/format.go
gopkg/src/google.golang.org/protobuf/internal/msgfmt/format_test.go
gopkg/src/google.golang.org/protobuf/internal/pragma/pragma.go
gopkg/src/google.golang.org/protobuf/internal/protobuild/build.go
gopkg/src/google.golang.org/protobuf/internal/protolegacy/proto.go
gopkg/src/google.golang.org/protobuf/internal/set/ints.go
gopkg/src/google.golang.org/protobuf/internal/set/ints_test.go
gopkg/src/google.golang.org/protobuf/internal/strs/strings.go
gopkg/src/google.golang.org/protobuf/internal/strs/strings_pure.go
gopkg/src/google.golang.org/protobuf/internal/strs/strings_test.go
gopkg/src/google.golang.org/protobuf/internal/strs/strings_unsafe.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/annotation/annotation.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/annotation/annotation.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/benchmarks.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto2/benchmark_message1_proto2.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message1/proto3/benchmark_message1_proto3.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message2/benchmark_message2.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_1.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_2.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_3.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_4.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_5.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_6.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_7.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_8.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_1.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_2.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_3.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/micro/micro.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/benchmarks/micro/micro.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/conformance/conformance.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/conformance/test_messages_proto2.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/conformance/test_messages_proto3.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/fieldmaskpb/field_mask.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/fieldtrack/fieldtrack.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/fieldtrack/fieldtrack.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/fuzz/fuzz.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/fuzz/fuzz.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/irregular/irregular.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/irregular/irregular.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/irregular/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/irregular/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/bug1052/bug1052.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/bug1052/bug1052.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/bug1052/bug1052_test.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/legacy.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/legacy.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160225_2fc053c5/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20160519_a4ab9ec5/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180125_92554152/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180125_92554152/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180430_b4deda09/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20180814_aa810b61/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto2_20190205_c823c79e/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160225_2fc053c5/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160225_2fc053c5/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160519_a4ab9ec5/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20160519_a4ab9ec5/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180125_92554152/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180125_92554152/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180430_b4deda09/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20180814_aa810b61/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/legacy/proto3_20190205_c823c79e/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/messageset/messagesetpb/message_set.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/messageset/messagesetpb/message_set.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/messageset/msetextpb/msetextpb.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/messageset/msetextpb/msetextpb.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/order/order.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/order/order.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/registry/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/registry/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/required/required.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/required/required.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/ext.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/ext.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/test_import.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/test_import.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/test_public.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/test_public.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/weak1/test_weak.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/weak1/test_weak.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/weak2/test_weak.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test/weak2/test_weak.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test3/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test3/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test3/test_extension.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test3/test_extension.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/test3/test_import.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/test3/test_import.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/textpb2/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/textpb2/test.proto
gopkg/src/google.golang.org/protobuf/internal/testprotos/textpb3/test.pb.go
gopkg/src/google.golang.org/protobuf/internal/testprotos/textpb3/test.proto
gopkg/src/google.golang.org/protobuf/internal/version/version.go
gopkg/src/google.golang.org/protobuf/internal/weakdeps/doc.go
gopkg/src/google.golang.org/protobuf/internal/weakdeps/weakdeps.go
gopkg/src/google.golang.org/protobuf/proto/bench_test.go
gopkg/src/google.golang.org/protobuf/proto/checkinit.go
gopkg/src/google.golang.org/protobuf/proto/checkinit_test.go
gopkg/src/google.golang.org/protobuf/proto/decode.go
gopkg/src/google.golang.org/protobuf/proto/decode_gen.go
gopkg/src/google.golang.org/protobuf/proto/decode_test.go
gopkg/src/google.golang.org/protobuf/proto/doc.go
gopkg/src/google.golang.org/protobuf/proto/encode.go
gopkg/src/google.golang.org/protobuf/proto/encode_gen.go
gopkg/src/google.golang.org/protobuf/proto/encode_test.go
gopkg/src/google.golang.org/protobuf/proto/equal.go
gopkg/src/google.golang.org/protobuf/proto/equal_test.go
gopkg/src/google.golang.org/protobuf/proto/extension.go
gopkg/src/google.golang.org/protobuf/proto/extension_test.go
gopkg/src/google.golang.org/protobuf/proto/merge.go
gopkg/src/google.golang.org/protobuf/proto/merge_test.go
gopkg/src/google.golang.org/protobuf/proto/messageset.go
gopkg/src/google.golang.org/protobuf/proto/messageset_test.go
gopkg/src/google.golang.org/protobuf/proto/methods_test.go
gopkg/src/google.golang.org/protobuf/proto/nil_test.go
gopkg/src/google.golang.org/protobuf/proto/noenforceutf8_test.go
gopkg/src/google.golang.org/protobuf/proto/proto.go
gopkg/src/google.golang.org/protobuf/proto/proto_methods.go
gopkg/src/google.golang.org/protobuf/proto/proto_reflect.go
gopkg/src/google.golang.org/protobuf/proto/reset.go
gopkg/src/google.golang.org/protobuf/proto/reset_test.go
gopkg/src/google.golang.org/protobuf/proto/size.go
gopkg/src/google.golang.org/protobuf/proto/size_gen.go
gopkg/src/google.golang.org/protobuf/proto/testmessages_test.go
gopkg/src/google.golang.org/protobuf/proto/validate_test.go
gopkg/src/google.golang.org/protobuf/proto/weak_test.go
gopkg/src/google.golang.org/protobuf/proto/wrappers.go
gopkg/src/google.golang.org/protobuf/reflect/protodesc/desc.go
gopkg/src/google.golang.org/protobuf/reflect/protodesc/desc_init.go
gopkg/src/google.golang.org/protobuf/reflect/protodesc/desc_resolve.go
gopkg/src/google.golang.org/protobuf/reflect/protodesc/desc_validate.go
gopkg/src/google.golang.org/protobuf/reflect/protodesc/file_test.go
gopkg/src/google.golang.org/protobuf/reflect/protodesc/proto.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/methods.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/proto.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/proto_test.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/source.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/type.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/value.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/value_pure.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/value_test.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/value_union.go
gopkg/src/google.golang.org/protobuf/reflect/protoreflect/value_unsafe.go
gopkg/src/google.golang.org/protobuf/reflect/protoregistry/registry.go
gopkg/src/google.golang.org/protobuf/reflect/protoregistry/registry_test.go
gopkg/src/google.golang.org/protobuf/regenerate.bash
gopkg/src/google.golang.org/protobuf/release.bash
gopkg/src/google.golang.org/protobuf/runtime/protoiface/legacy.go
gopkg/src/google.golang.org/protobuf/runtime/protoiface/methods.go
gopkg/src/google.golang.org/protobuf/runtime/protoimpl/impl.go
gopkg/src/google.golang.org/protobuf/runtime/protoimpl/version.go
gopkg/src/google.golang.org/protobuf/test.bash
gopkg/src/google.golang.org/protobuf/testing/protocmp/reflect.go
gopkg/src/google.golang.org/protobuf/testing/protocmp/reflect_test.go
gopkg/src/google.golang.org/protobuf/testing/protocmp/util.go
gopkg/src/google.golang.org/protobuf/testing/protocmp/util_test.go
gopkg/src/google.golang.org/protobuf/testing/protocmp/xform.go
gopkg/src/google.golang.org/protobuf/testing/protocmp/xform_test.go
gopkg/src/google.golang.org/protobuf/testing/protopack/pack.go
gopkg/src/google.golang.org/protobuf/testing/protopack/pack_test.go
gopkg/src/google.golang.org/protobuf/testing/prototest/prototest.go
gopkg/src/google.golang.org/protobuf/testing/prototest/prototest_test.go
gopkg/src/google.golang.org/protobuf/types/descriptorpb/descriptor.pb.go
gopkg/src/google.golang.org/protobuf/types/dynamicpb/dynamic.go
gopkg/src/google.golang.org/protobuf/types/dynamicpb/dynamic_test.go
gopkg/src/google.golang.org/protobuf/types/known/anypb/any.pb.go
gopkg/src/google.golang.org/protobuf/types/known/durationpb/duration.pb.go
gopkg/src/google.golang.org/protobuf/types/known/emptypb/empty.pb.go
gopkg/src/google.golang.org/protobuf/types/known/structpb/struct.pb.go
gopkg/src/google.golang.org/protobuf/types/known/timestamppb/timestamp.pb.go
gopkg/src/google.golang.org/protobuf/types/known/wrapperspb/wrappers.pb.go
gopkg/src/google.golang.org/protobuf/types/pluginpb/plugin.pb.go

View File

@ -0,0 +1,15 @@
# $NetBSD$
BUILDLINK_TREE+= go-protobuf-go
.if !defined(GO_PROTOBUF_GO_BUILDLINK3_MK)
GO_PROTOBUF_GO_BUILDLINK3_MK:=
BUILDLINK_CONTENTS_FILTER.go-protobuf-go= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-protobuf-go?= build
BUILDLINK_API_DEPENDS.go-protobuf-go+= go-protobuf-go>=1.22.0
BUILDLINK_PKGSRCDIR.go-protobuf-go?= ../../wip/go-protobuf-go
.endif # GO_PROTOBUF_GO_BUILDLINK3_MK
BUILDLINK_TREE+= -go-protobuf-go

6
go-protobuf-go/distinfo Normal file
View File

@ -0,0 +1,6 @@
$NetBSD$
SHA1 (go-protobuf-go-1.22.0.tar.gz) = efa0e8b973183b65f92eb464c933b9accfc8d89d
RMD160 (go-protobuf-go-1.22.0.tar.gz) = af3233d9f9e2ae561b58d07cc39aa451243550a9
SHA512 (go-protobuf-go-1.22.0.tar.gz) = fb15fb8d2c1b42f6e0d3b0b3e9f438bb59f6cd940f9335d4a927691b4f61b3a328b41150ec485c58e096ede4f855a167e1075054e572274bc7bae4d1eeab3557
Size (go-protobuf-go-1.22.0.tar.gz) = 1212600 bytes