Skip to content

Commit b9b55e0

Browse files
authored
chore(thirdparty): remove json-iterator exemption (#10113)
Fixes #9380
1 parent fafaf0d commit b9b55e0

File tree

1 file changed

+2
-3
lines changed
  • internal/actions/cmd/thirdpartycheck

1 file changed

+2
-3
lines changed

internal/actions/cmd/thirdpartycheck/main.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ var (
4949
"github.com/cloudprober/cloudprober", // https://github.com/googleapis/google-cloud-go/issues/9377
5050

5151
// Third party deps (temporary exception(s)).
52-
"github.com/json-iterator/go", // https://github.com/googleapis/google-cloud-go/issues/9380
53-
"go.einride.tech/aip", // https://github.com/googleapis/google-cloud-go/issues/9338
54-
"rsc.io/binaryregexp", // https://github.com/googleapis/google-cloud-go/issues/9376
52+
"go.einride.tech/aip", // https://github.com/googleapis/google-cloud-go/issues/9338
53+
"rsc.io/binaryregexp", // https://github.com/googleapis/google-cloud-go/issues/9376
5554
}
5655
)
5756

0 commit comments

Comments
 (0)