bufbuild / rules_buf

Bazel rules for Buf.
Apache License 2.0
47 stars 17 forks source link

Support bzlmod #33

Closed kyleconroy closed 12 months ago

kyleconroy commented 1 year ago

I'm not sure if these rules support bzlmod. If they do, could you update the documentation with instructions on how to use it similar to rules_js?

jtcarnes commented 1 year ago

I'm also curious. My team is transitioning to using Bazel and it would be great to integrate buf with it. (for internal reasons, it's much easier to use bzlmods over the normal way)

kyleconroy commented 1 year ago

Checking in here. Any update on bzlmod support?

debkanchan commented 1 year ago

Just migrating to bzlmod. Only dep left is this

srikrsna-buf commented 12 months ago

We can start using this repo with bzlmod with an override, or if you're not using gazelle can directly depend on the current version via the bzlmod registry.

Will create a release and update the registry soon.