tink-crypto / tink

Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
https://developers.google.com/tink
Apache License 2.0
13.5k stars 1.18k forks source link

Fix com_google_googletest bazel dependency #589

Closed silas closed 2 years ago

silas commented 2 years ago

The https://github.com/google/googletest/archive/v1.10.x.zip URL returns error the given path has multiple possibilities: #<Git::Ref:0x00007f0a9b69c308>, #<Git::Ref:0x00007f0a9b6a6420> because there is both a branch and a tag with that name.

I've updated it to use the tag reference, but if it was suppose to be the branch name I can change it to that.

google-cla[bot] commented 2 years ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

silas commented 2 years ago

Fixed by 588a10f24980fb34539fe55efed1b9cc97b633f5