openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
18 stars 10 forks source link

chore: swap deprecated features and switch to official public plugins #76

Closed jon-whit closed 1 year ago

jon-whit commented 1 year ago

Description

The Buf team announced a while back that they are deprecating support for the alpha implementation of the Buf Remote Plugins in favor of a more stable and officially maintained public plugins registry. For more information see https://buf.build/docs/bsr/remote-plugins/migrating-from-alpha/

This PR swaps our remote plugins to use the new public plugins provided by Buf, and this eliminates the deprecation warnings that were emitted.

References

Review Checklist