From 262604af37e1a0f58f934a827a4cd9c4dfdfbbb9 Mon Sep 17 00:00:00 2001 From: kuizhiqing Date: Wed, 1 Sep 2021 14:28:17 +0800 Subject: [PATCH 1/3] add licenses for binary/image --- Dockerfile | 3 +- go-licenses.yaml | 6 + third_party/licenses/licenses.csv | 701 ++++++++++++++++++++++++++++++ 3 files changed, 708 insertions(+), 2 deletions(-) create mode 100644 go-licenses.yaml create mode 100644 third_party/licenses/licenses.csv diff --git a/Dockerfile b/Dockerfile index 89aaf7e..a03def2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,11 +19,10 @@ COPY controllers/ controllers/ # Build RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go -# Use distroless as minimal base image to package the manager binary -# Refer to https://github.com/GoogleContainerTools/distroless for more details FROM bitnami/minideb:stretch WORKDIR / COPY --from=builder /workspace/manager . +COPY third_party/licenses/licenses.csv /workspace/licenses.csv USER 65532:65532 ENTRYPOINT ["/manager"] diff --git a/go-licenses.yaml b/go-licenses.yaml new file mode 100644 index 0000000..6d74ac5 --- /dev/null +++ b/go-licenses.yaml @@ -0,0 +1,6 @@ +module: + go: + version: master + overrides: + - name: github.com/paddleflow/paddle-operator + skip: true diff --git a/third_party/licenses/licenses.csv b/third_party/licenses/licenses.csv new file mode 100644 index 0000000..fc71059 --- /dev/null +++ b/third_party/licenses/licenses.csv @@ -0,0 +1,701 @@ +# Generated by https://github.com/google/go-licenses/v2. DO NOT EDIT. +cloud.google.com/go, https://github.com/googleapis/google-cloud-go/blob/v0.51.0/LICENSE, Apache-2.0 +cloud.google.com/go, https://github.com/googleapis/google-cloud-go/blob/v0.51.0/cmd/go-cloud-debug-agent/internal/debug/elf/elf.go, BSD-2-Clause +github.com/Azure/go-autorest/autorest, https://github.com/Azure/go-autorest/blob/v0.9.6/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/autorest/adal, https://github.com/Azure/go-autorest/blob/v0.8.2/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/autorest/date, https://github.com/Azure/go-autorest/blob/v0.2.0/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/logger, https://github.com/Azure/go-autorest/blob/v0.1.0/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/tracing, https://github.com/Azure/go-autorest/blob/v0.5.0/LICENSE, Apache-2.0 +github.com/beorn7/perks, https://github.com/beorn7/perks/blob/v1.0.1/LICENSE, MIT +github.com/beorn7/perks, https://github.com/beorn7/perks/blob/v1.0.1/README.md, MIT +github.com/cespare/xxhash/v2, https://github.com/cespare/xxhash/blob/v2.1.1/LICENSE.txt, MIT +github.com/coreos/go-semver, https://github.com/coreos/go-semver/blob/v0.3.0/LICENSE, Apache-2.0 +github.com/coreos/go-systemd/v22, https://github.com/coreos/go-systemd/blob/v22.3.2/LICENSE, Apache-2.0 +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/bypass.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/bypasssafe.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/common.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/common_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/config.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/doc.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dump.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dump_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dumpcgo_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dumpnocgo_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/example_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/format.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/format_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/internal_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/internalunsafe_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/spew.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/spew_test.go, ISC +github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/testdata/dumpcgo.go, ISC +github.com/dgrijalva/jwt-go, https://github.com/dgrijalva/jwt-go/blob/v3.2.0/LICENSE, MIT +github.com/evanphx/json-patch, https://github.com/evanphx/json-patch/blob/v4.9.0/LICENSE, BSD-3-Clause +github.com/fsnotify/fsnotify, https://github.com/fsnotify/fsnotify/blob/v1.4.9/LICENSE, BSD-3-Clause +github.com/go-logr/logr, https://github.com/go-logr/logr/blob/v0.3.0/LICENSE, Apache-2.0 +github.com/go-logr/zapr, https://github.com/go-logr/zapr/blob/v0.2.0/LICENSE, Apache-2.0 +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/LICENSE, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/codec/codec.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/codec/codec_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/conformance/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/conformance/conformance.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/conformance/internal/conformance_proto/conformance.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/doc.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/gogo.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/helper.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/full.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/io.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/io_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/uint32.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/varint.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test_proto/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test_proto/more_test_objects.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test_proto/test_objects.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/compare/compare.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/compare/comparetest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/defaultcheck/defaultcheck.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/description/description.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/description/descriptiontest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/embedcheck/embedcheck.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/enumstringer/enumstringer.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/equal/equal.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/equal/equaltest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/face/face.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/face/facetest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/gostring/gostring.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/gostring/gostringtest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/marshalto/marshalto.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/oneofcheck/oneofcheck.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/populate/populate.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/size/size.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/size/sizetest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/stringer/stringer.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/stringer/stringertest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/testgen/testgen.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/union/union.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/union/uniontest.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/unmarshal/unmarshal.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/all_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/any_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/clone.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/clone_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/custom_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/decode.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/decode_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/deprecated.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/discard.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/discard_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/duration.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/duration_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/encode.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/encode_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/encode_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/equal.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/equal_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/extensions.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/extensions_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/extensions_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/lib.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/lib_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/message_set.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/message_set_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_reflect.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_reflect_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_unsafe.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_unsafe_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/properties.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/properties_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/proto3_proto/proto3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/proto3_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/size2_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/size_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/skip_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_marshal.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_marshal_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_merge.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_unmarshal.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_unmarshal_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/test_proto/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/test_proto/test.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_parser.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_parser_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/timestamp.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/timestamp_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/wrappers.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/wrappers_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/any.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/api.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/compiler/plugin.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/descriptor.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/duration.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/empty.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/field_mask.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/source_context.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/struct.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/timestamp.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/type.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/wrappers.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-combo/combo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gofast/main.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/descriptor/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/descriptor/descriptor.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/descriptor/helper.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/doc.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/generator.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/helper.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/internal/remap/remap.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/internal/remap/remap_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/name_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/grpc/grpc.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/main.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/plugin/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/Makefile, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/deprecated/deprecated.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_base/extension_base.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_extra/extension_extra.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_user/extension_user.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/grpc/grpc.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/grpc/grpc_empty.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/a.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/b.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/importing/importing.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/sub/a.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/sub/b.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/fmt/m.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_1/m1.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_1/m2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_2/m3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_2/m4.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_b_1/m1.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_b_1/m2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_import_a1m1.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_import_a1m2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_import_all.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/main_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/multi/multi1.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/multi/multi2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/multi/multi3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/my_test/test.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/proto3/proto3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogofast/main.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogofaster/main.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogoslick/main.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogotypes/main.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gostring/main.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-min-version/minversion.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/sortkeys/sortkeys.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/asym.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/asym_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/pop.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/bug_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/cachedsize/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/cachedsize/cachedsize.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/cachedsize/cachedsize_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/casttype.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/both/casttype.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/marshaler/casttype.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/neither/casttype.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/unmarshaler/casttype.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/mytypes.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/castvalue.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/both/castvalue.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/both/mytypes.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/marshaler/castvalue.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/marshaler/mytypes.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/unmarshaler/castvalue.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/unmarshaler/mytypes.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/mytypes.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/both/bug_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/both/thetest.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/both/uuid.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/marshaler/bug_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/marshaler/thetest.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/marshaler/uuid.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/unmarshaler/bug_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/unmarshaler/thetest.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/unmarshaler/uuid.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custom/custom.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custom/custom_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custom-dash-type/customdash.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/custombytesnonstruct_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/customtype.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/proto.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/dashfilename/dash-filename.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/dashfilename/df_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/data/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/data/data.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/df.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/dg.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/nc.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/nc_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/ne.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/nx.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/deterministic/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/deterministic/deterministic.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/deterministic/deterministic_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/eb.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/ec.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/ec_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/ee.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/em.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/en.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/er.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/empty-issue70/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/empty-issue70/empty.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/empty-issue70/empty_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumcustomname/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumcustomname/enumcustomname.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumprefix/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumprefix/enumprefix.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumstringer/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumstringer/enumstringer.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumstringer/string.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/example/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/example/example.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/example/example_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/extension_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/filedotname/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/filedotname/file.dot.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/fuzztests/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/fuzztests/fuzz.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/fuzztests/fuzz_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/group/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/group/group.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/importdedup_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/proto.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/subpkg/customtype.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/subpkg/subproto.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/importduplicate.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/importduplicate_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/proto/proto.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/sortkeys/sortable.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/indeximport-issue72/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/indeximport-issue72/index/index.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/indeximport-issue72/indeximport.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/int64support/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue270/issue270_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue34/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue34/issue34_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue34/proto.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue411/issue411.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue42order/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue42order/issue42.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue42order/order_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue444/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue444/issue444.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue444/issue444_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue449/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue449/issue449.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue449/issue449_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue498/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue498/issue498.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue503/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue503/issue503.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue503/issue503_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue530/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue530/issue530.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue530/issue530_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue617/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue617/issue617.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue620/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue620/issue620.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue620/issue620_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue630/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue630/issue630.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue630/issue630_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue8/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue8/proto.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/both/map.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/both/map_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/both/unknown_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/marshaler/map.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/marshaler/map_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/neither/map.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/neither/map_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/unmarshaler/map.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/unmarshaler/map_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/unmarshaler/unknown_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/map.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/map_test.go.in, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/unknown_test.go.in, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/both/mapsproto2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/both/mapsproto2_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/marshaler/mapsproto2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/marshaler/mapsproto2_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/neither/mapsproto2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/neither/mapsproto2_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/unmarshaler/mapsproto2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/unmarshaler/mapsproto2_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/header.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/mapsproto2.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/mapsproto2_test.go.in, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mixbench/mixbench.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/moredefaults/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/moredefaults/md.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/moredefaults/md_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/nopackage/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/nopackage/nopackage.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/nopackage/nopackage_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/both/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/marshaler/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/neither/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/unmarshaler/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/both/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/marshaler/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/neither/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/unmarshaler/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/one.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneofembed/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneofembed/oneofembed.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/packed/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/packed/packed.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/packed/packed_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/proto3extension/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protobuffer/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protobuffer/protobuffer.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protobuffer/protobuffer_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protosize/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protosize/protosize.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protosize/protosize_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/registration/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/registration/registration.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/registration/registration_test.go.in, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/required/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/required/requiredexample.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/required/requiredexamplepb_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/setextensionbytes/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/setextensionbytes/setextensionbytes.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/setextensionbytes/setextensionbytes_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizerconflict/sizerconflict.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizerconflict/sizerconflict_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizeunderscore/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizeunderscore/sizeunderscore.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/stdtypes/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/stdtypes/stdtypes.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/tags/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/tags/tags.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/tags/tags_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/both/proto3_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/both/theproto3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/marshaler/proto3_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/marshaler/theproto3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/neither/proto3_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/neither/theproto3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/unmarshaler/proto3_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/unmarshaler/theproto3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/header.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/proto3_test.go.in, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/theproto3.proto, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/thetest.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/both/types.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/both/types_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/marshaler/types.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/marshaler/types_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/neither/types.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/neither/types_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/unmarshaler/types.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/unmarshaler/types_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/types.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/types_test.go.in, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unmarshalmerge/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unmarshalmerge/unmarshalmerge.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unmarshalmerge/unmarshalmerge_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognized/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognized/oldnew_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognized/unrecognized.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognizedgroup/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognizedgroup/oldnew_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognizedgroup/unrecognizedgroup.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/uuid.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/uuid_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/xxxfields/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/xxxfields/xxxfields.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/any.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/any_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/doc.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/duration.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/duration_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/duration_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/timestamp.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/timestamp_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/timestamp_test.go, BSD-3-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/wrappers_gogo.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/command/command.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/enum.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/field.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/file.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/foreach.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/msg.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/Makefile, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/gogovanity.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/proto3.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/vanity.proto, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/vanity_test.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/version/version.go, BSD-2-Clause +github.com/golang/groupcache, https://github.com/golang/groupcache/blob/215e87163ea7/LICENSE, Apache-2.0 +github.com/golang/protobuf, https://github.com/golang/protobuf/blob/v1.5.2/LICENSE, BSD-3-Clause +github.com/google/go-cmp, https://github.com/google/go-cmp/blob/v0.5.5/LICENSE, BSD-3-Clause +github.com/google/gofuzz, https://github.com/google/gofuzz/blob/v1.1.0/LICENSE, Apache-2.0 +github.com/google/uuid, https://github.com/google/uuid/blob/v1.1.2/LICENSE, BSD-3-Clause +github.com/googleapis/gnostic, https://github.com/googleapis/gnostic/blob/v0.5.1/LICENSE, Apache-2.0 +github.com/hashicorp/golang-lru, https://github.com/hashicorp/golang-lru/blob/v0.5.4/LICENSE, MPL-2.0 +github.com/imdario/mergo, https://github.com/imdario/mergo/blob/v0.3.10/LICENSE, BSD-3-Clause +github.com/json-iterator/go, https://github.com/json-iterator/go/blob/v1.1.11/LICENSE, MIT +github.com/matttproud/golang_protobuf_extensions, https://github.com/matttproud/golang_protobuf_extensions/blob/c182affec369/LICENSE, Apache-2.0 +github.com/matttproud/golang_protobuf_extensions, https://github.com/matttproud/golang_protobuf_extensions/blob/c182affec369/testdata/test.proto, BSD-3-Clause +github.com/modern-go/concurrent, https://github.com/modern-go/concurrent/blob/bacd9c7ef1dd/LICENSE, Apache-2.0 +github.com/modern-go/reflect2, https://github.com/modern-go/reflect2/blob/v1.0.1/LICENSE, Apache-2.0 +github.com/pkg/errors, https://github.com/pkg/errors/blob/v0.9.1/LICENSE, BSD-2-Clause +github.com/prometheus/client_golang, https://github.com/prometheus/client_golang/blob/v1.11.0/LICENSE, Apache-2.0 +github.com/prometheus/client_model, https://github.com/prometheus/client_model/blob/v0.2.0/LICENSE, Apache-2.0 +github.com/prometheus/common, https://github.com/prometheus/common/blob/v0.26.0/LICENSE, Apache-2.0 +github.com/prometheus/common, https://github.com/prometheus/common/blob/v0.26.0/internal/bitbucket.org/ww/goautoneg/README.txt, BSD-3-Clause +github.com/prometheus/common, https://github.com/prometheus/common/blob/v0.26.0/internal/bitbucket.org/ww/goautoneg/autoneg.go, BSD-3-Clause +github.com/prometheus/common, https://github.com/prometheus/common/blob/v0.26.0/internal/bitbucket.org/ww/goautoneg/autoneg_test.go, BSD-3-Clause +github.com/prometheus/procfs, https://github.com/prometheus/procfs/blob/v0.6.0/LICENSE, Apache-2.0 +github.com/spf13/pflag, https://github.com/spf13/pflag/blob/v1.0.5/LICENSE, BSD-3-Clause +go.etcd.io/etcd/api/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 +go.etcd.io/etcd/client/pkg/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 +go.etcd.io/etcd/client/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/LICENSE.txt, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/assert_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/bool.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/bool_ext.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/bool_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/doc.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/duration.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/duration_ext.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/duration_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/error.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/error_ext.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/error_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/example_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/float64.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/float64_ext.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/float64_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/gen.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int32.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int32_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int64.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int64_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/internal/gen-atomicint/main.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/internal/gen-atomicwrapper/main.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/nocmp.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/nocmp_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/stress_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/string.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/string_ext.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/string_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint32.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint32_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint64.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint64_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/value.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/value_test.go, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/LICENSE.txt, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/benchmarks_test.go, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/error.go, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/error_test.go, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/example_test.go, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/go113.go, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/go113_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/LICENSE.txt, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/array.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/array_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/buffer.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/buffer_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/pool.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/pool_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/common_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/config.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/config_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/doc.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/encoder.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/encoder_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/error.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/error_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/example_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/field.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/field_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/flag.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/flag_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global_go112.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global_prego112.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/http_handler.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/http_handler_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/increase_level_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/bufferpool/bufferpool.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/color/color.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/color/color_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/exit/exit.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/exit/exit_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/readme/readme.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/ztest/doc.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/ztest/timeout.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/ztest/writer.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/level.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/level_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/logger.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/logger_bench_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/logger_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/options.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sink.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sink_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/stacktrace.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/stacktrace_ext_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/stacktrace_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sugar.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sugar_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/time.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/time_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/writer.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/writer_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/console_encoder.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/console_encoder_bench_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/console_encoder_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/core.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/core_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/doc.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/encoder.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/encoder_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/entry.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/entry_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/error.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/error_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/field.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/field_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/hook.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/hook_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/increase_level.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/increase_level_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder_bench_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder_impl_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level_strings.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level_strings_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/marshaler.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/memory_encoder.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/memory_encoder_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/sampler.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/sampler_bench_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/sampler_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/tee.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/tee_logger_bench_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/tee_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/write_syncer.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/write_syncer_bench_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/write_syncer_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapgrpc/zapgrpc.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapgrpc/zapgrpc_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/doc.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/logger.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/logger_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/logged_entry.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/logged_entry_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/observer.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/observer_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/testingt.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/testingt_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/timeout.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/timeout_test.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/writer.go, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/writer_test.go, MIT +golang.org/x/crypto, https://github.com/golang/crypto/blob/75b288015ac9/LICENSE, BSD-3-Clause +golang.org/x/net, https://github.com/golang/net/blob/a5a99cb37ef4/LICENSE, BSD-3-Clause +golang.org/x/net, https://github.com/golang/net/blob/a5a99cb37ef4/html/testdata/webkit/README, BSD-2-Clause +golang.org/x/oauth2, https://github.com/golang/oauth2/blob/bf48bf16ab8d/LICENSE, BSD-3-Clause +golang.org/x/sys, https://github.com/golang/sys/blob/ebe580a85c40/LICENSE, BSD-3-Clause +golang.org/x/text, https://github.com/golang/text/blob/v0.3.5/LICENSE, BSD-3-Clause +golang.org/x/time, https://github.com/golang/time/blob/3af7569d3a1e/LICENSE, BSD-3-Clause +gomodules.xyz/jsonpatch/v2, https://github.com/gomodules/jsonpatch/blob/v2.1.0/LICENSE, Apache-2.0 +google.golang.org/genproto, https://github.com/googleapis/go-genproto/blob/f16073e35f0c/LICENSE, Apache-2.0 +google.golang.org/grpc, https://github.com/grpc/grpc-go/blob/v1.38.0/LICENSE, Apache-2.0 +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/LICENSE, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/benchmarks.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message1/proto2/benchmark_message1_proto2.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message1/proto3/benchmark_message1_proto3.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message2/benchmark_message2.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_1.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_2.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_3.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_4.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_5.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_6.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_7.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_8.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_1.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_2.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_3.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/conformance/conformance.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/conformance/test_messages_proto2.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/conformance/test_messages_proto3.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/descriptorpb/descriptor.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/anypb/any.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/apipb/api.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/durationpb/duration.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/emptypb/empty.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/fieldmaskpb/field_mask.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/sourcecontextpb/source_context.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/structpb/struct.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/timestamppb/timestamp.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/typepb/type.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/wrapperspb/wrappers.pb.go, BSD-3-Clause +google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/pluginpb/plugin.pb.go, BSD-3-Clause +gopkg.in/inf.v0, https://github.com/go-inf/inf/blob/v0.9.1/LICENSE, BSD-3-Clause +gopkg.in/yaml.v2, https://github.com/go-yaml/yaml/blob/v2.3.0/LICENSE, Apache-2.0 +gopkg.in/yaml.v2, https://github.com/go-yaml/yaml/blob/v2.3.0/LICENSE.libyaml, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/LICENSE, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/apic.go, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/emitterc.go, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/parserc.go, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/readerc.go, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/scannerc.go, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/writerc.go, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/yamlh.go, MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/yamlprivateh.go, MIT +k8s.io/api, https://github.com/kubernetes/api/blob/v0.19.2/LICENSE, Apache-2.0 +k8s.io/apiextensions-apiserver, https://github.com/kubernetes/apiextensions-apiserver/blob/v0.19.2/LICENSE, Apache-2.0 +k8s.io/apimachinery, https://github.com/kubernetes/apimachinery/blob/v0.19.2/LICENSE, Apache-2.0 +k8s.io/client-go, https://github.com/kubernetes/client-go/blob/v0.19.2/LICENSE, Apache-2.0 +k8s.io/component-base, https://github.com/kubernetes/component-base/blob/v0.19.2/LICENSE, Apache-2.0 +k8s.io/klog/v2, https://github.com/kubernetes/klog/blob/v2.2.0/LICENSE, Apache-2.0 +k8s.io/kube-openapi, https://github.com/kubernetes/kube-openapi/blob/6aeccd4b50c6/LICENSE, Apache-2.0 +k8s.io/utils, https://github.com/kubernetes/utils/blob/4140de9c8800/LICENSE, Apache-2.0 +k8s.io/utils, https://github.com/kubernetes/utils/blob/4140de9c8800/inotify/LICENSE, BSD-3-Clause +k8s.io/utils, https://github.com/kubernetes/utils/blob/4140de9c8800/third_party/forked/golang/LICENSE, BSD-3-Clause +sigs.k8s.io/controller-runtime, https://github.com/kubernetes-sigs/controller-runtime/blob/v0.7.0/LICENSE, Apache-2.0 +sigs.k8s.io/structured-merge-diff/v4, https://github.com/kubernetes-sigs/structured-merge-diff/blob/v4.0.1/LICENSE, Apache-2.0 +sigs.k8s.io/yaml, https://github.com/kubernetes-sigs/yaml/blob/v1.2.0/LICENSE, MIT / BSD-3-Clause +volcano.sh/apis, https://github.com/volcano-sh/apis/blob/v1.3.0-k8s1.18.3-alpha.3/LICENSE, Apache-2.0 From 4ce69539286b6ee3b852ed8c8ed8c1810bd73bab Mon Sep 17 00:00:00 2001 From: kuizhiqing Date: Thu, 9 Sep 2021 19:15:22 +0800 Subject: [PATCH 2/3] update licenses --- go-licenses.yaml | 110 +++++ third_party/licenses/licenses.csv | 648 +----------------------------- 2 files changed, 121 insertions(+), 637 deletions(-) diff --git a/go-licenses.yaml b/go-licenses.yaml index 6d74ac5..9a1cfe6 100644 --- a/go-licenses.yaml +++ b/go-licenses.yaml @@ -4,3 +4,113 @@ module: overrides: - name: github.com/paddleflow/paddle-operator skip: true + - name: cloud.google.com/go/storage + version: v1.12.0 + license: + path: LICENSE + url: https://github.com/googleapis/google-cloud-go/blob/storage/v1.12.0/LICENSE + spdxId: Apache-2.0 + - name: github.com/jmespath/go-jmespath + version: v0.4.0 + license: # non-standard license file + path: LICENSE + spdxId: Apache-2.0 + - name: github.com/aws/aws-sdk-go + version: v1.36.1 + license: + path: LICENSE.txt + spdxId: Apache-2.0 + subModules: + - path: internal/sync/singleflight + license: + path: LICENSE + spdxId: BSD-3-Clause + - name: github.com/davecgh/go-spew + version: v1.1.1 + license: + path: LICENSE + spdxId: ISC + - name: github.com/googleapis/gax-go/v2 + version: v2.0.5 + license: + path: LICENSE + spdxId: BSD-3-Clause + - name: golang.org/x/net + excludePaths: + - html/testdata + - name: github.com/gogo/protobuf + version: v1.3.2 + license: + path: LICENSE + spdxId: BSD-3-Clause / BSD-2-Clause + - name: google.golang.org/protobuf + version: v1.26.0 + license: + path: LICENSE + spdxId: BSD-3-Clause + - name: gopkg.in/yaml.v2 + version: v2.3.0 + license: + path: LICENSE + spdxId: Apache-2.0 / MIT # gopkg.in/yaml.v2 is port of a MIT licensed library + - name: gopkg.in/yaml.v3 + version: v3.0.0-20210107192922-496545a6307b + license: + path: LICENSE + spdxId: Apache-2.0 / MIT # gopkg.in/yaml.v3 is port of a MIT licensed library + - name: go.opencensus.io + version: v0.22.5 + license: + path: LICENSE + url: https://github.com/census-instrumentation/opencensus-go/blob/v0.22.5/LICENSE + spdxId: Apache-2.0 + - name: sigs.k8s.io/yaml + version: v1.2.0 + license: + path: LICENSE + spdxId: MIT / BSD-3-Clause + - name: go.uber.org/atomic + version: v1.7.0 + license: + path: LICENSE + spdxId: MIT + - name: go.uber.org/zap + version: v1.17.0 + license: + path: LICENSE + spdxId: MIT + - name: go.uber.org/multierr + version: v1.6.0 + license: + path: LICENSE + spdxId: MIT + - name: github.com/Azure/go-autorest/autorest + version: v0.9.6 + license: + path: LICENSE + spdxId: Apache-2.0 + url: https://github.com/Azure/go-autorest/blob/autorest/v0.9.6/LICENSE + - name: github.com/Azure/go-autorest/autorest/adal + version: v0.8.2 + license: + path: LICENSE + spdxId: Apache-2.0 + url: https://github.com/Azure/go-autorest/blob/autorest/adal/v0.8.2/LICENSE + - name: github.com/Azure/go-autorest/autorest/date + version: v0.2.0 + license: + path: LICENSE + spdxId: Apache-2.0 + url: https://github.com/Azure/go-autorest/blob/autorest/date/v0.2.0/LICENSE + - name: github.com/Azure/go-autorest/logger + version: v0.1.0 + license: + path: LICENSE + spdxId: Apache-2.0 + url: https://github.com/Azure/go-autorest/blob/logger/v0.1.0/LICENSE + - name: github.com/Azure/go-autorest/tracing + version: v0.5.0 + license: + path: LICENSE + spdxId: Apache-2.0 + url: https://github.com/Azure/go-autorest/blob/tracing/v0.5.0/LICENSE diff --git a/third_party/licenses/licenses.csv b/third_party/licenses/licenses.csv index fc71059..e8f0cca 100644 --- a/third_party/licenses/licenses.csv +++ b/third_party/licenses/licenses.csv @@ -1,462 +1,23 @@ # Generated by https://github.com/google/go-licenses/v2. DO NOT EDIT. cloud.google.com/go, https://github.com/googleapis/google-cloud-go/blob/v0.51.0/LICENSE, Apache-2.0 cloud.google.com/go, https://github.com/googleapis/google-cloud-go/blob/v0.51.0/cmd/go-cloud-debug-agent/internal/debug/elf/elf.go, BSD-2-Clause -github.com/Azure/go-autorest/autorest, https://github.com/Azure/go-autorest/blob/v0.9.6/LICENSE, Apache-2.0 -github.com/Azure/go-autorest/autorest/adal, https://github.com/Azure/go-autorest/blob/v0.8.2/LICENSE, Apache-2.0 -github.com/Azure/go-autorest/autorest/date, https://github.com/Azure/go-autorest/blob/v0.2.0/LICENSE, Apache-2.0 -github.com/Azure/go-autorest/logger, https://github.com/Azure/go-autorest/blob/v0.1.0/LICENSE, Apache-2.0 -github.com/Azure/go-autorest/tracing, https://github.com/Azure/go-autorest/blob/v0.5.0/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/autorest, https://github.com/Azure/go-autorest/blob/autorest/v0.9.6/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/autorest/adal, https://github.com/Azure/go-autorest/blob/autorest/adal/v0.8.2/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/autorest/date, https://github.com/Azure/go-autorest/blob/autorest/date/v0.2.0/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/logger, https://github.com/Azure/go-autorest/blob/logger/v0.1.0/LICENSE, Apache-2.0 +github.com/Azure/go-autorest/tracing, https://github.com/Azure/go-autorest/blob/tracing/v0.5.0/LICENSE, Apache-2.0 github.com/beorn7/perks, https://github.com/beorn7/perks/blob/v1.0.1/LICENSE, MIT github.com/beorn7/perks, https://github.com/beorn7/perks/blob/v1.0.1/README.md, MIT github.com/cespare/xxhash/v2, https://github.com/cespare/xxhash/blob/v2.1.1/LICENSE.txt, MIT github.com/coreos/go-semver, https://github.com/coreos/go-semver/blob/v0.3.0/LICENSE, Apache-2.0 github.com/coreos/go-systemd/v22, https://github.com/coreos/go-systemd/blob/v22.3.2/LICENSE, Apache-2.0 github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/LICENSE, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/bypass.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/bypasssafe.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/common.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/common_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/config.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/doc.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dump.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dump_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dumpcgo_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/dumpnocgo_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/example_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/format.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/format_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/internal_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/internalunsafe_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/spew.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/spew_test.go, ISC -github.com/davecgh/go-spew, https://github.com/davecgh/go-spew/blob/v1.1.1/spew/testdata/dumpcgo.go, ISC github.com/dgrijalva/jwt-go, https://github.com/dgrijalva/jwt-go/blob/v3.2.0/LICENSE, MIT github.com/evanphx/json-patch, https://github.com/evanphx/json-patch/blob/v4.9.0/LICENSE, BSD-3-Clause github.com/fsnotify/fsnotify, https://github.com/fsnotify/fsnotify/blob/v1.4.9/LICENSE, BSD-3-Clause github.com/go-logr/logr, https://github.com/go-logr/logr/blob/v0.3.0/LICENSE, Apache-2.0 github.com/go-logr/zapr, https://github.com/go-logr/zapr/blob/v0.2.0/LICENSE, Apache-2.0 -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/LICENSE, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/codec/codec.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/codec/codec_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/conformance/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/conformance/conformance.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/conformance/internal/conformance_proto/conformance.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/doc.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/gogo.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/gogoproto/helper.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/full.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/io.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/io_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/uint32.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/io/varint.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test_proto/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test_proto/more_test_objects.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/jsonpb/jsonpb_test_proto/test_objects.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/compare/compare.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/compare/comparetest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/defaultcheck/defaultcheck.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/description/description.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/description/descriptiontest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/embedcheck/embedcheck.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/enumstringer/enumstringer.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/equal/equal.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/equal/equaltest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/face/face.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/face/facetest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/gostring/gostring.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/gostring/gostringtest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/marshalto/marshalto.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/oneofcheck/oneofcheck.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/populate/populate.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/size/size.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/size/sizetest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/stringer/stringer.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/stringer/stringertest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/testgen/testgen.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/union/union.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/union/uniontest.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/plugin/unmarshal/unmarshal.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/all_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/any_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/clone.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/clone_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/custom_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/decode.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/decode_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/deprecated.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/discard.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/discard_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/duration.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/duration_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/encode.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/encode_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/encode_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/equal.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/equal_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/extensions.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/extensions_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/extensions_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/lib.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/lib_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/message_set.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/message_set_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_reflect.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_reflect_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_unsafe.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/pointer_unsafe_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/properties.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/properties_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/proto3_proto/proto3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/proto3_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/size2_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/size_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/skip_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_marshal.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_marshal_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_merge.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_unmarshal.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/table_unmarshal_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/test_proto/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/test_proto/test.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_parser.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_parser_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/text_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/timestamp.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/timestamp_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/wrappers.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/proto/wrappers_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/any.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/api.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/compiler/plugin.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/descriptor.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/duration.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/empty.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/field_mask.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/source_context.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/struct.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/timestamp.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/type.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protobuf/google/protobuf/wrappers.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-combo/combo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gofast/main.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/descriptor/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/descriptor/descriptor.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/descriptor/helper.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/doc.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/generator.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/helper.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/internal/remap/remap.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/internal/remap/remap_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/generator/name_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/grpc/grpc.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/main.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/plugin/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/Makefile, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/deprecated/deprecated.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_base/extension_base.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_extra/extension_extra.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/extension_user/extension_user.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/grpc/grpc.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/grpc/grpc_empty.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/a.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/b.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/importing/importing.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/sub/a.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/import_public/sub/b.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/fmt/m.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_1/m1.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_1/m2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_2/m3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_a_2/m4.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_b_1/m1.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_b_1/m2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_import_a1m1.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_import_a1m2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/imports/test_import_all.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/main_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/multi/multi1.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/multi/multi2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/multi/multi3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/my_test/test.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogo/testdata/proto3/proto3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogofast/main.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogofaster/main.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogoslick/main.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gogotypes/main.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-gen-gostring/main.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/protoc-min-version/minversion.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/sortkeys/sortkeys.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/asym.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/asym_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/asymetric-issue125/pop.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/bug_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/cachedsize/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/cachedsize/cachedsize.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/cachedsize/cachedsize_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/casttype.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/both/casttype.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/marshaler/casttype.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/neither/casttype.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/combos/unmarshaler/casttype.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/casttype/mytypes.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/castvalue.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/both/castvalue.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/both/mytypes.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/marshaler/castvalue.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/marshaler/mytypes.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/unmarshaler/castvalue.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/combos/unmarshaler/mytypes.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/castvalue/mytypes.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/both/bug_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/both/thetest.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/both/uuid.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/marshaler/bug_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/marshaler/thetest.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/marshaler/uuid.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/unmarshaler/bug_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/unmarshaler/thetest.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/combos/unmarshaler/uuid.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custom/custom.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custom/custom_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custom-dash-type/customdash.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/custombytesnonstruct_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/customtype.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/custombytesnonstruct/proto.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/dashfilename/dash-filename.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/dashfilename/df_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/data/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/data/data.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/df.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/dg.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/nc.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/nc_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/ne.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/defaultconflict/nx.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/deterministic/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/deterministic/deterministic.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/deterministic/deterministic_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/eb.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/ec.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/ec_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/ee.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/em.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/en.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/embedconflict/er.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/empty-issue70/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/empty-issue70/empty.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/empty-issue70/empty_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumcustomname/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumcustomname/enumcustomname.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumprefix/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumprefix/enumprefix.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumstringer/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumstringer/enumstringer.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/enumstringer/string.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/example/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/example/example.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/example/example_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/extension_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/filedotname/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/filedotname/file.dot.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/fuzztests/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/fuzztests/fuzz.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/fuzztests/fuzz_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/group/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/group/group.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/importdedup_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/proto.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/subpkg/customtype.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importdedup/subpkg/subproto.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/importduplicate.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/importduplicate_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/proto/proto.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/importduplicate/sortkeys/sortable.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/indeximport-issue72/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/indeximport-issue72/index/index.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/indeximport-issue72/indeximport.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/int64support/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue270/issue270_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue34/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue34/issue34_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue34/proto.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue411/issue411.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue42order/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue42order/issue42.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue42order/order_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue444/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue444/issue444.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue444/issue444_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue449/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue449/issue449.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue449/issue449_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue498/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue498/issue498.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue503/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue503/issue503.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue503/issue503_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue530/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue530/issue530.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue530/issue530_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue617/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue617/issue617.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue620/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue620/issue620.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue620/issue620_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue630/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue630/issue630.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue630/issue630_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue8/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/issue8/proto.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/both/map.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/both/map_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/both/unknown_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/marshaler/map.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/marshaler/map_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/neither/map.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/neither/map_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/unmarshaler/map.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/unmarshaler/map_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/combos/unmarshaler/unknown_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/map.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/map_test.go.in, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapdefaults/unknown_test.go.in, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/both/mapsproto2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/both/mapsproto2_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/marshaler/mapsproto2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/marshaler/mapsproto2_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/neither/mapsproto2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/neither/mapsproto2_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/unmarshaler/mapsproto2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/combos/unmarshaler/mapsproto2_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/header.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/mapsproto2.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mapsproto2/mapsproto2_test.go.in, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/mixbench/mixbench.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/moredefaults/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/moredefaults/md.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/moredefaults/md_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/nopackage/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/nopackage/nopackage.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/nopackage/nopackage_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/both/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/marshaler/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/neither/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/combos/unmarshaler/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/both/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/marshaler/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/neither/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/combos/unmarshaler/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneof3/one.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneofembed/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/oneofembed/oneofembed.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/packed/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/packed/packed.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/packed/packed_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/proto3extension/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protobuffer/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protobuffer/protobuffer.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protobuffer/protobuffer_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protosize/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protosize/protosize.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/protosize/protosize_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/registration/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/registration/registration.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/registration/registration_test.go.in, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/required/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/required/requiredexample.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/required/requiredexamplepb_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/setextensionbytes/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/setextensionbytes/setextensionbytes.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/setextensionbytes/setextensionbytes_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizerconflict/sizerconflict.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizerconflict/sizerconflict_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizeunderscore/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/sizeunderscore/sizeunderscore.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/stdtypes/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/stdtypes/stdtypes.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/tags/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/tags/tags.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/tags/tags_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/both/proto3_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/both/theproto3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/marshaler/proto3_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/marshaler/theproto3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/neither/proto3_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/neither/theproto3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/unmarshaler/proto3_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/combos/unmarshaler/theproto3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/header.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/proto3_test.go.in, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/theproto3/theproto3.proto, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/thetest.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/both/types.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/both/types_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/marshaler/types.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/marshaler/types_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/neither/types.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/neither/types_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/unmarshaler/types.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/combos/unmarshaler/types_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/types.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/types/types_test.go.in, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unmarshalmerge/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unmarshalmerge/unmarshalmerge.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unmarshalmerge/unmarshalmerge_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognized/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognized/oldnew_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognized/unrecognized.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognizedgroup/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognizedgroup/oldnew_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/unrecognizedgroup/unrecognizedgroup.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/uuid.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/uuid_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/xxxfields/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/test/xxxfields/xxxfields.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/any.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/any_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/doc.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/duration.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/duration_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/duration_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/timestamp.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/timestamp_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/timestamp_test.go, BSD-3-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/types/wrappers_gogo.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/command/command.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/enum.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/field.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/file.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/foreach.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/msg.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/Makefile, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/gogovanity.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/proto3.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/vanity.proto, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/vanity/test/vanity_test.go, BSD-2-Clause -github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/version/version.go, BSD-2-Clause +github.com/gogo/protobuf, https://github.com/gogo/protobuf/blob/v1.3.2/LICENSE, BSD-3-Clause / BSD-2-Clause github.com/golang/groupcache, https://github.com/golang/groupcache/blob/215e87163ea7/LICENSE, Apache-2.0 github.com/golang/protobuf, https://github.com/golang/protobuf/blob/v1.5.2/LICENSE, BSD-3-Clause github.com/google/go-cmp, https://github.com/google/go-cmp/blob/v0.5.5/LICENSE, BSD-3-Clause @@ -482,157 +43,11 @@ github.com/spf13/pflag, https://github.com/spf13/pflag/blob/v1.0.5/LICENSE, BSD- go.etcd.io/etcd/api/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 go.etcd.io/etcd/client/pkg/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 go.etcd.io/etcd/client/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/LICENSE.txt, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/assert_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/bool.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/bool_ext.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/bool_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/doc.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/duration.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/duration_ext.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/duration_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/error.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/error_ext.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/error_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/example_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/float64.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/float64_ext.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/float64_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/gen.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int32.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int32_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int64.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/int64_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/internal/gen-atomicint/main.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/internal/gen-atomicwrapper/main.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/nocmp.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/nocmp_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/stress_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/string.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/string_ext.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/string_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint32.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint32_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint64.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/uint64_test.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/value.go, MIT -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/value_test.go, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/LICENSE.txt, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/benchmarks_test.go, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/error.go, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/error_test.go, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/example_test.go, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/go113.go, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/go113_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/LICENSE.txt, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/array.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/array_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/buffer.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/buffer_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/pool.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/buffer/pool_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/common_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/config.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/config_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/doc.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/encoder.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/encoder_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/error.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/error_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/example_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/field.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/field_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/flag.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/flag_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global_go112.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global_prego112.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/global_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/http_handler.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/http_handler_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/increase_level_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/bufferpool/bufferpool.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/color/color.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/color/color_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/exit/exit.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/exit/exit_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/readme/readme.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/ztest/doc.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/ztest/timeout.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/internal/ztest/writer.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/level.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/level_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/logger.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/logger_bench_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/logger_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/options.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sink.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sink_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/stacktrace.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/stacktrace_ext_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/stacktrace_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sugar.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/sugar_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/time.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/time_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/writer.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/writer_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/console_encoder.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/console_encoder_bench_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/console_encoder_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/core.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/core_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/doc.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/encoder.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/encoder_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/entry.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/entry_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/error.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/error_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/field.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/field_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/hook.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/hook_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/increase_level.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/increase_level_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder_bench_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder_impl_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/json_encoder_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level_strings.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level_strings_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/level_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/marshaler.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/memory_encoder.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/memory_encoder_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/sampler.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/sampler_bench_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/sampler_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/tee.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/tee_logger_bench_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/tee_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/write_syncer.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/write_syncer_bench_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapcore/write_syncer_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapgrpc/zapgrpc.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zapgrpc/zapgrpc_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/doc.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/logger.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/logger_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/logged_entry.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/logged_entry_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/observer.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/observer/observer_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/testingt.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/testingt_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/timeout.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/timeout_test.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/writer.go, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/zaptest/writer_test.go, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/LICENSE, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/LICENSE, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/LICENSE, MIT golang.org/x/crypto, https://github.com/golang/crypto/blob/75b288015ac9/LICENSE, BSD-3-Clause golang.org/x/net, https://github.com/golang/net/blob/a5a99cb37ef4/LICENSE, BSD-3-Clause -golang.org/x/net, https://github.com/golang/net/blob/a5a99cb37ef4/html/testdata/webkit/README, BSD-2-Clause golang.org/x/oauth2, https://github.com/golang/oauth2/blob/bf48bf16ab8d/LICENSE, BSD-3-Clause golang.org/x/sys, https://github.com/golang/sys/blob/ebe580a85c40/LICENSE, BSD-3-Clause golang.org/x/text, https://github.com/golang/text/blob/v0.3.5/LICENSE, BSD-3-Clause @@ -641,50 +56,9 @@ gomodules.xyz/jsonpatch/v2, https://github.com/gomodules/jsonpatch/blob/v2.1.0/L google.golang.org/genproto, https://github.com/googleapis/go-genproto/blob/f16073e35f0c/LICENSE, Apache-2.0 google.golang.org/grpc, https://github.com/grpc/grpc-go/blob/v1.38.0/LICENSE, Apache-2.0 google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/LICENSE, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/benchmarks.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message1/proto2/benchmark_message1_proto2.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message1/proto3/benchmark_message1_proto3.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message2/benchmark_message2.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_1.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_2.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_3.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_4.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_5.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_6.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_7.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message3/benchmark_message3_8.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_1.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_2.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/benchmarks/datasets/google_message4/benchmark_message4_3.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/conformance/conformance.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/conformance/test_messages_proto2.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/internal/testprotos/conformance/test_messages_proto3.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/descriptorpb/descriptor.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/anypb/any.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/apipb/api.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/durationpb/duration.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/emptypb/empty.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/fieldmaskpb/field_mask.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/sourcecontextpb/source_context.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/structpb/struct.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/timestamppb/timestamp.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/typepb/type.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/known/wrapperspb/wrappers.pb.go, BSD-3-Clause -google.golang.org/protobuf, https://github.com/protocolbuffers/protobuf-go/blob/v1.26.0/types/pluginpb/plugin.pb.go, BSD-3-Clause gopkg.in/inf.v0, https://github.com/go-inf/inf/blob/v0.9.1/LICENSE, BSD-3-Clause -gopkg.in/yaml.v2, https://github.com/go-yaml/yaml/blob/v2.3.0/LICENSE, Apache-2.0 -gopkg.in/yaml.v2, https://github.com/go-yaml/yaml/blob/v2.3.0/LICENSE.libyaml, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/LICENSE, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/apic.go, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/emitterc.go, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/parserc.go, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/readerc.go, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/scannerc.go, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/writerc.go, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/yamlh.go, MIT -gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/yamlprivateh.go, MIT +gopkg.in/yaml.v2, https://github.com/go-yaml/yaml/blob/v2.3.0/LICENSE, Apache-2.0 / MIT +gopkg.in/yaml.v3, https://github.com/go-yaml/yaml/blob/496545a6307b/LICENSE, Apache-2.0 / MIT k8s.io/api, https://github.com/kubernetes/api/blob/v0.19.2/LICENSE, Apache-2.0 k8s.io/apiextensions-apiserver, https://github.com/kubernetes/apiextensions-apiserver/blob/v0.19.2/LICENSE, Apache-2.0 k8s.io/apimachinery, https://github.com/kubernetes/apimachinery/blob/v0.19.2/LICENSE, Apache-2.0 From e69e412bc1f3a8b0a4dfb7643cb2bdb4d517c5d5 Mon Sep 17 00:00:00 2001 From: kuizhiqing Date: Thu, 9 Sep 2021 20:42:31 +0800 Subject: [PATCH 3/3] save licenses --- Dockerfile | 8 ++++++++ go-licenses.yaml | 3 +++ hack/install-go-licenses.sh | 27 +++++++++++++++++++++++++++ third_party/licenses/licenses.csv | 6 +++--- 4 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 hack/install-go-licenses.sh diff --git a/Dockerfile b/Dockerfile index a03def2..9855671 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,10 +19,18 @@ COPY controllers/ controllers/ # Build RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go +COPY hack/install-go-licenses.sh hack/ +COPY go-licenses.yaml $WORKDIR +RUN bash ./hack/install-go-licenses.sh + +COPY third_party/licenses/licenses.csv third_party/licenses/licenses.csv +RUN go-licenses save third_party/licenses/licenses.csv --save_path /tmp/NOTICES + FROM bitnami/minideb:stretch WORKDIR / COPY --from=builder /workspace/manager . COPY third_party/licenses/licenses.csv /workspace/licenses.csv +COPY --from=builder /tmp/NOTICES /third_party/NOTICES USER 65532:65532 ENTRYPOINT ["/manager"] diff --git a/go-licenses.yaml b/go-licenses.yaml index 9a1cfe6..119980c 100644 --- a/go-licenses.yaml +++ b/go-licenses.yaml @@ -74,16 +74,19 @@ module: license: path: LICENSE spdxId: MIT + url: https://github.com/uber-go/atomic/blob/v1.7.0/LICENSE.txt - name: go.uber.org/zap version: v1.17.0 license: path: LICENSE spdxId: MIT + url: https://github.com/uber-go/zap/blob/v1.17.0/LICENSE.txt - name: go.uber.org/multierr version: v1.6.0 license: path: LICENSE spdxId: MIT + url: https://github.com/uber-go/multierr/blob/v1.6.0/LICENSE.txt - name: github.com/Azure/go-autorest/autorest version: v0.9.6 license: diff --git a/hack/install-go-licenses.sh b/hack/install-go-licenses.sh new file mode 100644 index 0000000..bc48a69 --- /dev/null +++ b/hack/install-go-licenses.sh @@ -0,0 +1,27 @@ +#!/bin/sh +# +# Copyright 2021 The Kubeflow Authors +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +set -ex + +DOWNLOAD_URL="https://github.com/Bobgy/go-licenses/releases/download/v0.0.0-2021-06-27/go-licenses-linux.tar.gz" +if which wget; then + wget "${DOWNLOAD_URL}" +else + curl -LO "${DOWNLOAD_URL}" +fi +tar xvf go-licenses-linux.tar.gz +mv go-licenses /usr/local/bin +mv licenses /usr/local/bin diff --git a/third_party/licenses/licenses.csv b/third_party/licenses/licenses.csv index e8f0cca..fd2b3e8 100644 --- a/third_party/licenses/licenses.csv +++ b/third_party/licenses/licenses.csv @@ -43,9 +43,9 @@ github.com/spf13/pflag, https://github.com/spf13/pflag/blob/v1.0.5/LICENSE, BSD- go.etcd.io/etcd/api/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 go.etcd.io/etcd/client/pkg/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 go.etcd.io/etcd/client/v3, https://github.com/etcd-io/etcd/blob/v3.5.0/LICENSE, Apache-2.0 -go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/LICENSE, MIT -go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/LICENSE, MIT -go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/LICENSE, MIT +go.uber.org/atomic, https://github.com/uber-go/atomic/blob/v1.7.0/LICENSE.txt, MIT +go.uber.org/multierr, https://github.com/uber-go/multierr/blob/v1.6.0/LICENSE.txt, MIT +go.uber.org/zap, https://github.com/uber-go/zap/blob/v1.17.0/LICENSE.txt, MIT golang.org/x/crypto, https://github.com/golang/crypto/blob/75b288015ac9/LICENSE, BSD-3-Clause golang.org/x/net, https://github.com/golang/net/blob/a5a99cb37ef4/LICENSE, BSD-3-Clause golang.org/x/oauth2, https://github.com/golang/oauth2/blob/bf48bf16ab8d/LICENSE, BSD-3-Clause