Skip to content

Commit

Permalink
chore(thirdpartycheck): remove testify exemption (#10087)
Browse files Browse the repository at this point in the history
Since `testify` was removed from spanner in #9760 we can remove the exemption for it, so that it won't be added back.

Fixes #9378
  • Loading branch information
noahdietz committed May 2, 2024
1 parent c548c46 commit 3bbe6d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/actions/cmd/thirdpartycheck/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ var (

// Third party deps (temporary exception(s)).
"github.com/json-iterator/go", // https://github.com/googleapis/google-cloud-go/issues/9380
"github.com/stretchr/testify", // https://github.com/googleapis/google-cloud-go/issues/9378
"go.einride.tech/aip", // https://github.com/googleapis/google-cloud-go/issues/9338
"rsc.io/binaryregexp", // https://github.com/googleapis/google-cloud-go/issues/9376
}
Expand Down

0 comments on commit 3bbe6d5

Please sign in to comment.