Track vendor status of unwanted deps

This commit is contained in:
Jordan Liggitt
2023-09-01 12:43:28 -04:00
parent 04fd79d7d8
commit 9f76d8d45a
2 changed files with 56 additions and 2 deletions

View File

@@ -236,6 +236,25 @@
"google.golang.org/grpc",
"sigs.k8s.io/apiserver-network-proxy/konnectivity-client"
]
}
},
"unwantedVendored": [
"cloud.google.com/go/compute",
"github.com/gogo/protobuf",
"github.com/golang/mock",
"github.com/google/shlex",
"github.com/googleapis/enterprise-certificate-proxy",
"github.com/googleapis/gax-go/v2",
"github.com/gregjones/httpcache",
"github.com/grpc-ecosystem/go-grpc-prometheus",
"github.com/grpc-ecosystem/grpc-gateway",
"github.com/json-iterator/go",
"github.com/pkg/errors",
"github.com/rubiojr/go-vhd",
"go.opencensus.io",
"golang.org/x/exp",
"google.golang.org/api",
"google.golang.org/appengine",
"google.golang.org/genproto"
]
}
}