Skip to content

Commit

Permalink
chore(thirdparty): remove json-iterator exemption (#10113)
Browse files Browse the repository at this point in the history
Fixes #9380
  • Loading branch information
egonelbre authored May 4, 2024
1 parent fafaf0d commit b9b55e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/actions/cmd/thirdpartycheck/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ var (
"github.com/cloudprober/cloudprober", // https://github.com/googleapis/google-cloud-go/issues/9377

// Third party deps (temporary exception(s)).
"github.com/json-iterator/go", // https://github.com/googleapis/google-cloud-go/issues/9380
"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
"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 b9b55e0

Please sign in to comment.