cloudflare / circl

CIRCL: Cloudflare Interoperable Reusable Cryptographic Library
http://blog.cloudflare.com/introducing-circl
Other
1.27k stars 142 forks source link

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

Closed codersasha closed 1 year ago

codersasha commented 1 year ago

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

https://github.com/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 commented 1 year ago

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

codersasha commented 1 year ago

Thank for the prompt reply & fix! 🎉