summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2021-05-09 08:54:07 +0000
committerbsiegert <bsiegert@pkgsrc.org>2021-05-09 08:54:07 +0000
commitdc72ea59d3fc4859403bcc0efdd44b9522c7454f (patch)
tree19613ff03fea58c4eee06b5aa516a6a889405833 /misc
parent288e75910f2305beaeb720637bf7fb5c2257198a (diff)
downloadpkgsrc-dc72ea59d3fc4859403bcc0efdd44b9522c7454f.tar.gz
Remove net/go-grpc, misc/go-genproto and misc/go-genproto-googleapis-rpc
The latter two were only useful to support the go-grpc and go-tools builds. go-grpc has no useful binaries (the CLI is in net/grpc), it only consists of libraries that are now unused. No replacements.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile4
-rw-r--r--misc/go-genproto-googleapis-rpc/DESCR2
-rw-r--r--misc/go-genproto-googleapis-rpc/Makefile21
-rw-r--r--misc/go-genproto-googleapis-rpc/PLIST7
-rw-r--r--misc/go-genproto-googleapis-rpc/buildlink3.mk17
-rw-r--r--misc/go-genproto/DESCR13
-rw-r--r--misc/go-genproto/Makefile20
-rw-r--r--misc/go-genproto/Makefile.common21
-rw-r--r--misc/go-genproto/PLIST465
-rw-r--r--misc/go-genproto/buildlink3.mk20
-rw-r--r--misc/go-genproto/distinfo6
11 files changed, 1 insertions, 595 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 0a942680867..40b3454f4a4 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.548 2021/04/24 08:47:53 wiz Exp $
+# $NetBSD: Makefile,v 1.549 2021/05/09 08:54:07 bsiegert Exp $
#
COMMENT= Miscellaneous utilities
@@ -84,8 +84,6 @@ SUBDIR+= gkrellm-leds
SUBDIR+= gkrellm-moon
SUBDIR+= gkrellm-weather
SUBDIR+= gnuls
-SUBDIR+= go-genproto
-SUBDIR+= go-genproto-googleapis-rpc
SUBDIR+= goffice0.10
SUBDIR+= goffice0.8
SUBDIR+= gone
diff --git a/misc/go-genproto-googleapis-rpc/DESCR b/misc/go-genproto-googleapis-rpc/DESCR
deleted file mode 100644
index f567874201f..00000000000
--- a/misc/go-genproto-googleapis-rpc/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a subpackage of go-genproto, containing the code required to
-build go-grpc.
diff --git a/misc/go-genproto-googleapis-rpc/Makefile b/misc/go-genproto-googleapis-rpc/Makefile
deleted file mode 100644
index bf20c52fab4..00000000000
--- a/misc/go-genproto-googleapis-rpc/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2021/05/08 15:02:47 bsiegert Exp $
-
-PKGNAME= ${DISTNAME:S/genproto-/genproto-googleapis-rpc-/}
-PKGREVISION= 25
-
-COMMENT= Generated Go packages for RPC
-
-CONFLICTS= go-genproto<=20160816nb7
-
-.include "../../misc/go-genproto/Makefile.common"
-
-EXTRACT_ELEMENTS= ${GITHUB_PROJECT}-${GITHUB_TAG}/googleapis/rpc
-
-#GO_SRCPATH= google.golang.org/genproto
-#GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
-
-GO_BUILD_PATTERN= ${GO_SRCPATH}/googleapis/rpc/...
-
-.include "../../devel/go-protobuf/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/go-genproto-googleapis-rpc/PLIST b/misc/go-genproto-googleapis-rpc/PLIST
deleted file mode 100644
index ee7c09f9ccc..00000000000
--- a/misc/go-genproto-googleapis-rpc/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/09/11 19:57:37 minskim Exp $
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/rpc/code.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/rpc/errdetails.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/rpc/status.a
-gopkg/src/google.golang.org/genproto/googleapis/rpc/code/code.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/rpc/errdetails/error_details.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/rpc/status/status.pb.go
diff --git a/misc/go-genproto-googleapis-rpc/buildlink3.mk b/misc/go-genproto-googleapis-rpc/buildlink3.mk
deleted file mode 100644
index 32d6019e8d6..00000000000
--- a/misc/go-genproto-googleapis-rpc/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/09/11 19:57:37 minskim Exp $
-
-BUILDLINK_TREE+= go-genproto-googleapis-rpc
-
-.if !defined(GO_GENPROTO_GOOGLEAPIS_RPC_BUILDLINK3_MK)
-GO_GENPROTO_GOOGLEAPIS_RPC_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-genproto-googleapis-rpc= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-genproto-googleapis-rpc?= build
-
-BUILDLINK_API_DEPENDS.go-genproto-googleapis-rpc+= go-genproto-googleapis-rpc>=20180901
-BUILDLINK_PKGSRCDIR.go-genproto-googleapis-rpc?= ../../misc/go-genproto-googleapis-rpc
-
-.include "../../devel/go-protobuf/buildlink3.mk"
-.endif # GO_GENPROTO_GOOGLEAPIS_RPC_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-genproto-googleapis-rpc
diff --git a/misc/go-genproto/DESCR b/misc/go-genproto/DESCR
deleted file mode 100644
index e6358b62bde..00000000000
--- a/misc/go-genproto/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-This repository contains the generated Go packages for common protocol buffer
-types, and the generated gRPC code necessary for interacting with Google's gRPC
-APIs.
-
-There are two sources for the proto files used in this repository:
-
-1. google/protobuf: the code in the protobuf and ptypes subdirectories is
- derived from this repo. The messages in protobuf are used to describe
- protocol buffer messages themselves. The messages under ptypes define the
- common well-known types.
-2. googleapis/googleapis: the code in the googleapis is derived from this repo.
- The packages here contain types specifically for interacting with Google
- APIs.
diff --git a/misc/go-genproto/Makefile b/misc/go-genproto/Makefile
deleted file mode 100644
index 2a151129889..00000000000
--- a/misc/go-genproto/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.37 2021/05/08 15:02:47 bsiegert Exp $
-
-COMMENT= Go generated proto packages
-PKGREVISION= 25
-
-DEPENDS+= go-genproto-googleapis-rpc-[0-9]*:../../misc/go-genproto-googleapis-rpc
-
-.include "Makefile.common"
-
-REPLACE_SH+= regen.sh
-
-.include "../../devel/go-protobuf/buildlink3.mk"
-.include "../../net/go-grpc/buildlink3.mk"
-.include "../../net/go-net/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
-
-pre-configure:
- ${RM} -rf ${WRKSRC}/googleapis/rpc
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/go-genproto/Makefile.common b/misc/go-genproto/Makefile.common
deleted file mode 100644
index c0b8b328dca..00000000000
--- a/misc/go-genproto/Makefile.common
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile.common,v 1.1 2018/09/11 19:57:37 minskim Exp $
-#
-# used by misc/go-genproto/Makefile
-# used by misc/go-genproto-googleapis-rpc/Makefile
-
-DISTNAME= go-genproto-20180901
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
-GITHUB_PROJECT= go-genproto
-GITHUB_TAG= 11092d34479b07829b72e10713b159248caf5dad
-
-HOMEPAGE= https://${GO_SRCPATH}
-LICENSE= apache-2.0
-
-DISTINFO_FILE= ${.CURDIR}/../../misc/go-genproto/distinfo
-
-GO_SRCPATH= google.golang.org/genproto
-GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}*
-
-EXTRACT_USING= bsdtar
-USE_TOOLS+= bsdtar
diff --git a/misc/go-genproto/PLIST b/misc/go-genproto/PLIST
deleted file mode 100644
index 1a38217af58..00000000000
--- a/misc/go-genproto/PLIST
+++ /dev/null
@@ -1,465 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/09/11 19:57:37 minskim Exp $
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/annotations.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/configchange.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/distribution.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/httpbody.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/label.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/metric.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/monitoredres.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/serviceconfig.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/servicecontrol/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/api/servicemanagement/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/appengine/legacy.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/appengine/logging/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/appengine/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/assistant/embedded/v1alpha1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/assistant/embedded/v1alpha2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/bigtable/admin/cluster/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/bigtable/admin/table/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/bigtable/admin/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/bigtable/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/bigtable/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/bytestream.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/asset/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/audit.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/automl/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/bigquery/logging/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/billing/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/dataproc/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/dialogflow/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/functions/v1beta2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/iot/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/kms/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/language/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/language/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/language/v1beta2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/location.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/ml/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/oslogin/common.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/oslogin/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/oslogin/v1alpha.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/oslogin/v1beta.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/redis/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/redis/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/resourcemanager/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/runtimeconfig/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/speech/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/speech/v1p1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/support/common.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/support/v1alpha1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/tasks/v2beta2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/tasks/v2beta3.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/texttospeech/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/texttospeech/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/videointelligence/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/videointelligence/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/videointelligence/v1beta2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/videointelligence/v1p1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/vision/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/vision/v1p1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/vision/v1p2beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/container/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/container/v1alpha1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/container/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/datastore/admin/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/datastore/admin/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/datastore/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/datastore/v1beta3.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/build/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/cloudbuild/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/cloudtrace/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/attestation.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/build.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/common.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/discovery.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/grafeas.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/image.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/package.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/provenance.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/source.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/vulnerability.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/remoteexecution/v1test.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/remoteworkers/v1test2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/resultstore/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/source/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/example/library/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/firestore/admin/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/firestore/admin/v1beta2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/firestore/v1beta1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/genomics/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/genomics/v1alpha2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/home/graph/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/iam/admin/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/iam/credentials/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/iam/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/iam/v1/logging.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/logging/type.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/logging/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/longrunning.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/monitoring/v3.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/privacy/dlp/v2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/pubsub/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/pubsub/v1beta2.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/spanner/admin/database/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/spanner/admin/instance/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/spanner/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/storagetransfer/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/streetview/publish/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/type/color.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/type/date.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/type/dayofweek.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/type/latlng.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/type/money.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/type/postaladdress.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/type/timeofday.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/googleapis/watcher/v1.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/protobuf/api.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/protobuf/field_mask.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/protobuf/ptype.a
-gopkg/pkg/${GO_PLATFORM}/google.golang.org/genproto/protobuf/source_context.a
-gopkg/src/google.golang.org/genproto/CONTRIBUTING.md
-gopkg/src/google.golang.org/genproto/LICENSE
-gopkg/src/google.golang.org/genproto/README.md
-gopkg/src/google.golang.org/genproto/googleapis/api/annotations/annotations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/annotations/http.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/authorization_config.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/configchange/config_change.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/distribution/distribution.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/experimental.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/httpbody/httpbody.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/label/label.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/metric/metric.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/monitoredres/monitored_resource.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/auth.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/backend.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/billing.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/consumer.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/context.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/control.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/documentation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/endpoint.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/log.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/logging.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/monitoring.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/quota.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/source_info.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/system_parameter.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/serviceconfig/usage.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicecontrol/v1/check_error.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicecontrol/v1/distribution.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicecontrol/v1/log_entry.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicecontrol/v1/metric_value.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicecontrol/v1/operation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicecontrol/v1/quota_controller.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicecontrol/v1/service_controller.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicemanagement/v1/resources.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/api/servicemanagement/v1/servicemanager.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/legacy/audit_data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/logging/v1/request_log.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/app_yaml.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/appengine.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/application.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/audit_data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/deploy.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/instance.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/location.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/operation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/appengine/v1/version.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/assistant/embedded/v1alpha1/embedded_assistant.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/assistant/embedded/v1alpha2/embedded_assistant.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/cluster/v1/bigtable_cluster_service_messages.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/table/v1/bigtable_table_data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/table/v1/bigtable_table_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/table/v1/bigtable_table_service_messages.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/v2/bigtable_instance_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/v2/bigtable_table_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/v2/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/v2/instance.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/admin/v2/table.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/v1/bigtable_data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/v1/bigtable_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/v1/bigtable_service_messages.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/v2/bigtable.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bigtable/v2/data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/bytestream/bytestream.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/asset/v1beta1/asset_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/asset/v1beta1/assets.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/audit/audit_log.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/annotation_payload.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/classification.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/data_items.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/dataset.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/image.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/io.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/model.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/model_evaluation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/operations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/prediction_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/text.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/automl/v1beta1/translation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1/datatransfer.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/bigquery/datatransfer/v1/transfer.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/bigquery/logging/v1/audit_data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/billing/v1/cloud_billing.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1/clusters.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1/jobs.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1/operations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2/clusters.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2/jobs.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2/operations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2/shared.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dataproc/v1beta2/workflow_templates.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2/agent.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2/context.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2/entity_type.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2/intent.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2/session.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2/webhook.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/agent.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/context.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/document.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/entity_type.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/intent.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/session.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/functions/v1beta2/functions.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/functions/v1beta2/operations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/iot/v1/device_manager.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/iot/v1/resources.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/kms/v1/resources.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/kms/v1/service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/language/v1/language_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/language/v1beta1/language_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/language/v1beta2/language_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/location/locations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/ml/v1/job_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/ml/v1/model_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/ml/v1/operation_metadata.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/ml/v1/prediction_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/ml/v1/project_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/oslogin/common/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/oslogin/v1/oslogin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/oslogin/v1alpha/oslogin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/oslogin/v1beta/oslogin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/redis/v1/cloud_redis.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/redis/v1beta1/cloud_redis.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/resourcemanager/v2/folders.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/runtimeconfig/v1beta1/resources.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/runtimeconfig/v1beta1/runtimeconfig.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/speech/v1/cloud_speech.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/speech/v1p1beta1/cloud_speech.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/support/common/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/support/v1alpha1/cloud_support.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta2/cloudtasks.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta2/queue.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta2/target.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta2/task.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta3/cloudtasks.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta3/queue.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta3/target.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/tasks/v2beta3/task.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/texttospeech/v1/cloud_tts.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/texttospeech/v1beta1/cloud_tts.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/videointelligence/v1/video_intelligence.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/videointelligence/v1beta1/video_intelligence.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/videointelligence/v1beta2/video_intelligence.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/videointelligence/v1p1beta1/video_intelligence.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1/geometry.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1/image_annotator.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1/text_annotation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1/web_detection.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p1beta1/geometry.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p1beta1/image_annotator.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p1beta1/text_annotation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p1beta1/web_detection.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p2beta1/geometry.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p2beta1/image_annotator.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p2beta1/text_annotation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p2beta1/web_detection.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1/geometry.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1/image_annotator.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1/product_search.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1/product_search_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1/text_annotation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/vision/v1p3beta1/web_detection.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha/crawled_url.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha/finding.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha/finding_addon.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha/finding_type_stats.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha/scan_config.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha/scan_run.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/cloud/websecurityscanner/v1alpha/web_security_scanner.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/container/v1/cluster_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/container/v1alpha1/cluster_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/container/v1beta1/cluster_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/admin/v1/datastore_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/admin/v1/index.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/admin/v1beta1/datastore_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/v1/datastore.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/v1/entity.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/v1/query.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/v1beta3/datastore.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/v1beta3/entity.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/datastore/v1beta3/query.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/build/v1/build_events.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/build/v1/build_status.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/build/v1/publish_build_event.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/cloudbuild/v1/cloudbuild.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/controller.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/clouddebugger/v2/debugger.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/error_group_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/error_stats_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1/report_errors_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/cloudprofiler/v2/profiler.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/cloudtrace/v1/trace.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/cloudtrace/v2/trace.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/cloudtrace/v2/tracing.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1/bill_of_materials.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1/containeranalysis.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1/image_basis.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1/package_vulnerability.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1/provenance.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1alpha1/source_context.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/attestation/attestation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/build/build.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/common/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/containeranalysis.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/deployment/deployment.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/discovery/discovery.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/grafeas/grafeas.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/image/image.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/package/package.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/provenance/provenance.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/source/source.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/containeranalysis/v1beta1/vulnerability/vulnerability.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/remoteexecution/v1test/remote_execution.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/remoteworkers/v1test2/bots.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/remoteworkers/v1test2/command.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/remoteworkers/v1test2/tasks.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/remoteworkers/v1test2/worker.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/action.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/configuration.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/configured_target.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/coverage.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/coverage_summary.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/file.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/file_set.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/invocation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/resultstore_download.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/resultstore_file_download.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/target.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/test_suite.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/source/v1/source_context.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/devtools/sourcerepo/v1/sourcerepo.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/example/library/v1/library.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/admin/v1beta1/firestore_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/admin/v1beta1/index.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/admin/v1beta2/field.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/admin/v1beta2/firestore_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/admin/v1beta2/index.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/admin/v1beta2/operation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/v1beta1/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/v1beta1/document.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/v1beta1/firestore.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/v1beta1/query.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/firestore/v1beta1/write.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/annotations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/cigar.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/datasets.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/operations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/position.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/range.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/readalignment.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/readgroup.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/readgroupset.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/reads.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/references.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1/variants.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/genomics/v1alpha2/pipelines.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/home/graph/v1/device.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/home/graph/v1/homegraph.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/iam/admin/v1/iam.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/iam/credentials/v1/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/iam/credentials/v1/iamcredentials.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/iam/v1/iam_policy.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/iam/v1/logging/audit_data.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/iam/v1/policy.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/logging/type/http_request.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/logging/type/log_severity.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/logging/v2/log_entry.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/logging/v2/logging.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/logging/v2/logging_config.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/logging/v2/logging_metrics.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/longrunning/operations.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/alert.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/alert_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/common.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/dropped_labels.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/group.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/group_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/metric.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/metric_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/mutation_record.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/notification.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/notification_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/span_context.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/uptime.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/monitoring/v3/uptime_service.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/privacy/dlp/v2/dlp.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/privacy/dlp/v2/storage.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/pubsub/v1/pubsub.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/pubsub/v1beta2/pubsub.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/admin/database/v1/spanner_database_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/admin/instance/v1/spanner_instance_admin.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/v1/keys.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/v1/mutation.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/v1/query_plan.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/v1/result_set.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/v1/spanner.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/v1/transaction.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/spanner/v1/type.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/storagetransfer/v1/transfer.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/storagetransfer/v1/transfer_types.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/streetview/publish/v1/resources.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/streetview/publish/v1/rpcmessages.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/streetview/publish/v1/streetview_publish.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/type/color/color.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/type/date/date.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/type/dayofweek/dayofweek.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/type/latlng/latlng.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/type/money/money.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/type/postaladdress/postal_address.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/type/timeofday/timeofday.pb.go
-gopkg/src/google.golang.org/genproto/googleapis/watcher/v1/watch.pb.go
-gopkg/src/google.golang.org/genproto/protobuf/api/api.pb.go
-gopkg/src/google.golang.org/genproto/protobuf/field_mask/field_mask.pb.go
-gopkg/src/google.golang.org/genproto/protobuf/ptype/type.pb.go
-gopkg/src/google.golang.org/genproto/protobuf/source_context/source_context.pb.go
-gopkg/src/google.golang.org/genproto/regen.go
-gopkg/src/google.golang.org/genproto/regen.sh
diff --git a/misc/go-genproto/buildlink3.mk b/misc/go-genproto/buildlink3.mk
deleted file mode 100644
index 3cc4ed92c9f..00000000000
--- a/misc/go-genproto/buildlink3.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/09/11 19:57:37 minskim Exp $
-
-BUILDLINK_TREE+= go-genproto
-
-.if !defined(GO_GENPROTO_BUILDLINK3_MK)
-GO_GENPROTO_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-genproto= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-genproto?= build
-
-BUILDLINK_API_DEPENDS.go-genproto+= go-genproto>=20180901
-BUILDLINK_PKGSRCDIR.go-genproto?= ../../misc/go-genproto
-
-.include "../../devel/go-protobuf/buildlink3.mk"
-.include "../../misc/go-genproto-googleapis-rpc/buildlink3.mk"
-.include "../../net/go-grpc/buildlink3.mk"
-.include "../../net/go-net/buildlink3.mk"
-.endif # GO_GENPROTO_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-genproto
diff --git a/misc/go-genproto/distinfo b/misc/go-genproto/distinfo
deleted file mode 100644
index f05e7840f4e..00000000000
--- a/misc/go-genproto/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/09/11 19:57:37 minskim Exp $
-
-SHA1 (go-genproto-20180901-11092d34479b07829b72e10713b159248caf5dad.tar.gz) = be25d000f0482cfb63af231d0c7df57fa09c4664
-RMD160 (go-genproto-20180901-11092d34479b07829b72e10713b159248caf5dad.tar.gz) = f7f8ca3c82936f35e286d55dac4b37c123b38779
-SHA512 (go-genproto-20180901-11092d34479b07829b72e10713b159248caf5dad.tar.gz) = d5af3714b339314594ba915bf9373a63db8cb566cef30558783531340881c764ce8e0ae5b840d763581259a19ce02d202090e67abf5ce1c9084ad7551356198d
-Size (go-genproto-20180901-11092d34479b07829b72e10713b159248caf5dad.tar.gz) = 2225428 bytes