Add unwanted cloud deps to track
This commit is contained in:
		| @@ -20,6 +20,7 @@ | ||||
|       "github.com/gogo/googleapis": "depends on unmaintained github.com/gogo/protobuf", | ||||
|       "github.com/gogo/protobuf": "unmaintained", | ||||
|       "github.com/golang/mock": "unmaintained, archive mode", | ||||
|       "github.com/google/s2a-go": "cloud dependency, unstable", | ||||
|       "github.com/google/shlex": "unmaintained, archive mode", | ||||
|       "github.com/googleapis/enterprise-certificate-proxy": "references cloud dependencies", | ||||
|       "github.com/googleapis/gax-go/v2": "references cloud dependencies", | ||||
| @@ -62,6 +63,7 @@ | ||||
|       "golang.org/x/exp": "This subrepository holds experimental and deprecated packages", | ||||
|       "golang.org/x/lint": "unmaintained, archive mode", | ||||
|       "google.golang.org/api": "cloud dependency", | ||||
|       "google.golang.org/appengine": "cloud dependency", | ||||
|       "google.golang.org/genproto": "refer to #113366", | ||||
|       "gopkg.in/fsnotify.v1": "obsolete, use github.com/fsnotify/fsnotify", | ||||
|       "k8s.io/klog": "we have switched to klog v2, so avoid klog v1", | ||||
| @@ -207,6 +209,15 @@ | ||||
|         "k8s.io/kubernetes", | ||||
|         "k8s.io/legacy-cloud-providers" | ||||
|       ], | ||||
|       "google.golang.org/appengine": [ | ||||
|         "cloud.google.com/go/compute", | ||||
|         "github.com/prometheus/client_golang", | ||||
|         "github.com/prometheus/common", | ||||
|         "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc", | ||||
|         "golang.org/x/oauth2", | ||||
|         "google.golang.org/api", | ||||
|         "google.golang.org/grpc" | ||||
|       ], | ||||
|       "google.golang.org/genproto": [ | ||||
|         "cloud.google.com/go", | ||||
|         "cloud.google.com/go/bigquery", | ||||
| @@ -233,4 +244,4 @@ | ||||
|       ] | ||||
|     } | ||||
|   } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Jordan Liggitt
					Jordan Liggitt