Skip to content

Add a test for dependencies of grpc package #7690

@dfawley

Description

@dfawley

We should add a test in vet.sh to confirm that the dependencies of grpc don't change without our noticing (i.e. vet should fail if they don't match the current list).

go list can pretty easily show dependencies. We should only be checking our direct dependencies and not our transitive dependencies, since we have no control over the transitive ones. We should check the grpc package, the xds package, and any other important packages that are not imported by either of those directly.

Metadata

Metadata

Assignees

Labels

Area: TestingIncludes tests and testing utilities that we have for unit and e2e tests within our repo.Type: Testing

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions