Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"code.cfops.it/crypto/cpabe" import not in go.mod #385

Closed
codersasha opened this issue Dec 19, 2022 · 2 comments
Closed

"code.cfops.it/crypto/cpabe" import not in go.mod #385

codersasha opened this issue Dec 19, 2022 · 2 comments

Comments

@codersasha
Copy link

There's an import of "code.cfops.it/crypto/cpabe" in the testdata folder:

https:/cloudflare/circl/blob/main/abe/cpabe/tkn20/testdata/serialize.go#L7

This is breaking Bazel imports of pkgsite, which indirectly depends on this library:

compilepkg: missing strict dependencies:
/home/.../sandbox/linux-sandbox/1763/execroot/main/external/com_github_cloudflare_circl/abe/cpabe/tkn20/testdata/serialize.go: import of "code.cfops.it/crypto/cpabe"

Any chance of getting this added to the go.mod file, so Gazelle can generate BUILD files for it correctly?

bwesterb added a commit that referenced this issue Dec 19, 2022
bwesterb added a commit that referenced this issue Dec 19, 2022
@bwesterb
Copy link
Member

bwesterb commented Dec 19, 2022

Thanks for reporting. This should be fixed in v1.3.1 that was just released. Sorry for the inconvenience.

@codersasha
Copy link
Author

Thank for the prompt reply & fix! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants