Add com_github_tink_crypto_tink_go*_v2 to kokoro/testutils/replace_http_archive_with_local_repository.py
PiperOrigin-RevId: 545909735
Change-Id: I0ed61be8915d32b3d383e78080f50e9c0b0a386c
diff --git a/kokoro/testutils/replace_http_archive_with_local_repository.py b/kokoro/testutils/replace_http_archive_with_local_repository.py
index 0cc8510..8a2b8dc 100755
--- a/kokoro/testutils/replace_http_archive_with_local_repository.py
+++ b/kokoro/testutils/replace_http_archive_with_local_repository.py
@@ -50,6 +50,9 @@
('com_github_tink_crypto_tink_go', 'tink-go'),
('com_github_tink_crypto_tink_go_gcpkms', 'tink-go-gcpkms'),
('com_github_tink_crypto_tink_go_awskms', 'tink-go-awskms'),
+ ('com_github_tink_crypto_tink_go_v2', 'tink-go'),
+ ('com_github_tink_crypto_tink_go_gcpkms_v2', 'tink-go-gcpkms'),
+ ('com_github_tink_crypto_tink_go_awskms_v2', 'tink-go-awskms'),
)